fix(styles): 修复滚动阻止时的样式问题

This commit is contained in:
jxxghp
2025-02-21 09:29:10 +08:00
parent 59d4b1e544
commit 40645180a0
+4
View File
@@ -3,8 +3,12 @@
@tailwind components; @tailwind components;
@tailwind utilities; @tailwind utilities;
html.v-overlay-scroll-blocked { html.v-overlay-scroll-blocked {
position: fixed; position: fixed;
}
html.v-overlay-scroll-blocked body {
--v-body-scroll-y: 0px !important; --v-body-scroll-y: 0px !important;
} }