Skip to content

Commit

Permalink
Merge pull request #1576 from MichaHuhn/style/fix-horizontal-scrollbar
Browse files Browse the repository at this point in the history
style: fix horizontal scrollbar
  • Loading branch information
loks0n authored Jan 6, 2025
2 parents 3cda94c + 7173fcf commit 5ff4d3e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@

<div
style:position="absolute"
style:top="0"
style:width="100vw"
style:height="100vh"
style:inset="0"
style:overflow="hidden"
class:web-u-hide-mobile={$isMobileNavOpen}
>
Expand Down

0 comments on commit 5ff4d3e

Please sign in to comment.