🐛 Fix overscroll behavior

This commit is contained in:
Luke Vella 2024-01-13 22:02:56 +07:00
parent 8372d58b23
commit 67a5dabdf0

View file

@ -7,11 +7,11 @@
@apply border-border; @apply border-border;
} }
body { body {
@apply text-foreground bg-gray-100 overscroll-none; @apply text-foreground bg-gray-100;
font-feature-settings: "rlig" 1, "calt" 1; font-feature-settings: "rlig" 1, "calt" 1;
} }
html { html {
@apply h-full font-sans text-base overflow-hidden text-gray-700; @apply h-full font-sans text-base text-gray-700;
} }
body #__next { body #__next {
@apply h-full; @apply h-full;