fix: actually stopped boot overflowing
This commit is contained in:
parent
a08b8d938f
commit
4bd8f9b058
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ body.html('<style>* { box-sizing: border-box }</style>')
|
|||
body.style({
|
||||
margin: '0',
|
||||
width: '100vw',
|
||||
height: '100vh'
|
||||
height: '100vh',
|
||||
overflow: 'hidden'
|
||||
})
|
||||
|
||||
const boot = new HTML('div').styleJs({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue