Skip to content

Commit

Permalink
Merge pull request #2 from blyxyas/hide-overflow
Browse files Browse the repository at this point in the history
Set body's overflow-y to hidden, avoid scrollbar seizure
  • Loading branch information
gxskpo authored Jan 1, 2025
2 parents fb8e654 + 1f24fab commit 1d5f6ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ body.dark {
body {
@apply p-1.5 flex flex-col items-center justify-center;
background-color: var(--background);
overflow-y: hidden;
}

.indexLayout {
Expand Down

0 comments on commit 1d5f6ac

Please sign in to comment.