fix: actually stopped boot overflowing

This commit is contained in:
ThinLiquid 2024-01-22 17:09:24 +00:00 committed by GitHub
parent a08b8d938f
commit 4bd8f9b058
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,8 @@ body.html('<style>* { box-sizing: border-box }</style>')
body.style({ body.style({
margin: '0', margin: '0',
width: '100vw', width: '100vw',
height: '100vh' height: '100vh',
overflow: 'hidden'
}) })
const boot = new HTML('div').styleJs({ const boot = new HTML('div').styleJs({