This commit is contained in:
jxxghp
2025-08-23 20:39:40 +08:00
parent f093053ea4
commit 64b7ba48c8

View File

@@ -4,6 +4,16 @@
@tailwind utilities;
@supports (-webkit-touch-callout: none) {
html.v-overlay-scroll-blocked {
position: inherit;
}
}
body {
overscroll-behavior: none;
}
@mixin hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;