fix: disable macOS overscroll bounce

This commit is contained in:
isYangs
2026-04-02 09:54:23 +08:00
parent 925d068bd9
commit 92dd5b1bbe

View File

@@ -161,6 +161,10 @@
* { * {
@apply border-border outline-ring/50; @apply border-border outline-ring/50;
} }
html,
body {
overscroll-behavior: none;
}
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
} }