From a73c28c1f7e9338fd3c114e57e6b107527f1e8e7 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 5 Jun 2026 13:30:17 +0800 Subject: [PATCH] fix vlist scroll --- src/styles/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common.scss b/src/styles/common.scss index 260b2c95..89d92faa 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -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; }