Skip to content

Commit 496a638

Browse files
committed
fix: disable overflow-x
1 parent eeaec53 commit 496a638

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/globals.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ html {
3030
scroll-behavior: smooth;
3131
scrollbar-width: thin;
3232
scrollbar-color: var(--primary-darker);
33+
overflow-x: hidden;
3334
}
3435

3536
::selection {

0 commit comments

Comments
 (0)