Skip to content

Commit

Permalink
fix: fix horizontal scrollbar on user pubpages.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Dec 19, 2024
1 parent fde302e commit 73da4d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/themes/weird.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@
main {
width: 100vw;
max-width: 100vw;
height: 100%;
min-height: 100vh;
display: flex;
Expand Down

0 comments on commit 73da4d1

Please sign in to comment.