feat: prevent vertical overscroll behavior on body and html elements

This commit is contained in:
codytseng
2025-11-02 12:42:29 +08:00
parent 222527ec7c
commit a3f02df539

View File

@@ -33,6 +33,11 @@
user-select: none;
}
body,
html {
overscroll-behavior-y: none;
}
.clickable {
cursor: pointer;
transition: background-color 0.2s ease;