feat: 在多个视图中添加 scrim 属性以改善对话框显示效果

This commit is contained in:
jxxghp
2025-04-16 07:01:36 +08:00
parent e002588949
commit 01c8304c8b
5 changed files with 11 additions and 7 deletions

View File

@@ -8,13 +8,10 @@ html.v-overlay-scroll-blocked {
position: fixed;
}
html {
--v-body-scroll-y: 0px !important;
}
@media (width <= 768px){
html.v-overlay-scroll-blocked {
position: relative;
--v-body-scroll-y: 0px !important;
}
}