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

This commit is contained in:
jxxghp
2025-02-21 09:29:10 +08:00
parent 59d4b1e544
commit 40645180a0

View File

@@ -3,8 +3,12 @@
@tailwind components;
@tailwind utilities;
html.v-overlay-scroll-blocked {
position: fixed;
}
html.v-overlay-scroll-blocked body {
--v-body-scroll-y: 0px !important;
}