fix: stop boot div from overflowing

This commit is contained in:
ThinLiquid 2024-01-22 16:59:17 +00:00 committed by GitHub
parent 9b3c748a17
commit a08b8d938f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(