1 2 3 4 5 6 7 8
export default function PageBlock() { return ( <div id="pageblock" style="position:fixed; width:100vw; height:100vh; left:0px; top:0px; background-color:#050505; opacity:0.6" ></div> ); }