mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix vlist scroll
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
/* stylelint-disable no-duplicate-selectors */
|
||||||
/* stylelint-disable scss/at-rule-no-unknown */
|
/* stylelint-disable scss/at-rule-no-unknown */
|
||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-disable no-descending-specificity */
|
||||||
// 公共样式 - 所有主题都需要
|
// 公共样式 - 所有主题都需要
|
||||||
@@ -786,7 +787,6 @@ html[data-theme="transparent"] .app-card-colorful,
|
|||||||
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card,
|
||||||
.v-menu > .v-overlay__content > .v-card,
|
.v-menu > .v-overlay__content > .v-card,
|
||||||
.v-menu > .v-overlay__content > .v-list {
|
.v-menu > .v-overlay__content > .v-list {
|
||||||
overflow: hidden;
|
|
||||||
box-shadow: var(--app-overlay-shadow) !important;
|
box-shadow: var(--app-overlay-shadow) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user