fix: stop boot div from overflowing
This commit is contained in:
parent
9b3c748a17
commit
a08b8d938f
1 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,8 @@ const boot = new HTML('div').styleJs({
|
|||
padding: '100px',
|
||||
'font-family': 'monospace',
|
||||
overflow: 'hidden',
|
||||
userSelect: 'none'
|
||||
userSelect: 'none',
|
||||
overflow: 'hidden'
|
||||
}).appendTo(body)
|
||||
|
||||
boot.appendMany(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue