Skip to content

Commit

Permalink
style: fix horizontal scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaHuhn committed Jan 6, 2025
1 parent 53104bb commit 048019e
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 048019e

Please sign in to comment.