Skip to content

Commit 705209e

Browse files
committed
Update global.css
1 parent fb27eef commit 705209e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/global.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
html {
1919
scroll-behavior: smooth;
20+
@apply bg-body-100 dark:bg-body-950;
21+
overscroll-behavior: none;
2022
}
2123

2224
body {
@@ -25,6 +27,7 @@ body {
2527
@apply dark:from-body-950 dark:via-body-900 dark:to-body-950;
2628
@apply text-body-900 dark:text-body-100;
2729
@apply antialiased;
30+
overscroll-behavior: none;
2831
}
2932

3033
/* ─────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)