💄 Disable overscroll

This commit is contained in:
Luke Vella 2024-02-03 15:23:52 +07:00
parent e979f2c587
commit 71f008e91f

View file

@ -7,7 +7,7 @@
@apply border-border; @apply border-border;
} }
body { body {
@apply text-foreground bg-gray-100; @apply text-foreground overscroll-none bg-gray-100;
font-feature-settings: font-feature-settings:
"rlig" 1, "rlig" 1,
"calt" 1; "calt" 1;