mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-10 23:13:20 +08:00
更新 _default-layout.scss
This commit is contained in:
@@ -13,7 +13,6 @@ html {
|
|||||||
body {
|
body {
|
||||||
background: rgb(var(--v-theme-background));
|
background: rgb(var(--v-theme-background));
|
||||||
overscroll-behavior-y: contain;
|
overscroll-behavior-y: contain;
|
||||||
// Chrome 144+ 兼容性:覆盖 Vuetify 的内联 overflow: hidden 样式
|
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|
||||||
--webkit-overflow-scrolling: touch;
|
--webkit-overflow-scrolling: touch;
|
||||||
@@ -37,9 +36,7 @@ body,
|
|||||||
.layout-page-content {
|
.layout-page-content {
|
||||||
@include mixins.boxed-content(true);
|
@include mixins.boxed-content(true);
|
||||||
|
|
||||||
// Chrome 144+ 兼容性:使用 clip 替代 hidden,避免滚动锁定问题
|
overflow: visible;
|
||||||
// overflow: hidden 在新版 Chrome 中可能意外阻止垂直滚动
|
|
||||||
overflow: clip;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
// TODO: Use grid gutter variable here;
|
// TODO: Use grid gutter variable here;
|
||||||
|
|||||||
Reference in New Issue
Block a user