优化 HTML 结构,调整 CSS 样式

This commit is contained in:
jxxghp
2025-08-25 13:03:45 +08:00
parent 262927e459
commit 4c64f7a2c3
6 changed files with 337 additions and 400 deletions

View File

@@ -3,15 +3,15 @@
@tailwind components;
@tailwind utilities;
@supports (-webkit-touch-callout: none) {
html.v-overlay-scroll-blocked {
position: inherit;
}
html.v-overlay-scroll-blocked {
position: static;
}
body {
overscroll-behavior: none;
html.v-overlay-scroll-blocked body {
position: fixed;
overflow: hidden;
inset: 0;
inset-block-start: var(--v-body-scroll-y);
}
@mixin hide-scrollbar {