mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-21 04:22:09 +08:00
优化 HTML 结构,调整 CSS 样式
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user