Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 40a1a9e

Browse files
committed
Fixed the scroll issue
1 parent b325105 commit 40a1a9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
}
7878
7979
:global(body) {
80-
overflow-y: auto;
81-
overflow-x: hidden;
80+
overflow-y: auto !important;
81+
overflow-x: hidden !important;
8282
}
8383
8484
header {

0 commit comments

Comments
 (0)