fix: remove duplicate 'overflow' property
This commit is contained in:
parent
4bd8f9b058
commit
d9ab009afd
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ const boot = new HTML('div').styleJs({
|
||||||
background: '#11111b',
|
background: '#11111b',
|
||||||
padding: '100px',
|
padding: '100px',
|
||||||
'font-family': 'monospace',
|
'font-family': 'monospace',
|
||||||
overflow: 'hidden',
|
|
||||||
userSelect: 'none',
|
userSelect: 'none',
|
||||||
overflow: 'hidden'
|
overflow: 'hidden'
|
||||||
}).appendTo(body)
|
}).appendTo(body)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue