fix: remove duplicate 'overflow' property

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

View file

@ -26,7 +26,6 @@ const boot = new HTML('div').styleJs({
background: '#11111b',
padding: '100px',
'font-family': 'monospace',
overflow: 'hidden',
userSelect: 'none',
overflow: 'hidden'
}).appendTo(body)