Skip to content

Commit

Permalink
fix: remove duplicate 'overflow' property
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed Jan 22, 2024
1 parent 4bd8f9b commit d9ab009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9ab009

Please sign in to comment.