This commit is contained in:
jxxghp
2025-08-23 20:39:40 +08:00
parent f093053ea4
commit 64b7ba48c8
+10
View File
@@ -4,6 +4,16 @@
@tailwind utilities; @tailwind utilities;
@supports (-webkit-touch-callout: none) {
html.v-overlay-scroll-blocked {
position: inherit;
}
}
body {
overscroll-behavior: none;
}
@mixin hide-scrollbar { @mixin hide-scrollbar {
-ms-overflow-style: none; -ms-overflow-style: none;
scrollbar-width: none; scrollbar-width: none;