fix vlist scroll

This commit is contained in:
jxxghp
2026-06-05 13:30:17 +08:00
parent b3fb7e1de1
commit a73c28c1f7

View File

@@ -1,3 +1,4 @@
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable scss/at-rule-no-unknown */
/* 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-menu > .v-overlay__content > .v-card,
.v-menu > .v-overlay__content > .v-list {
overflow: hidden;
box-shadow: var(--app-overlay-shadow) !important;
}