Merge pull request #54 from isYangs/main

fix: disable macOS overscroll bounce
This commit is contained in:
XinTaoFei
2026-04-02 14:55:04 +08:00
committed by GitHub

View File

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