Skip to content

Commit 0aa692a

Browse files
committed
fix(VAppBar): increase elevation override specificity
fixes #13982
1 parent d8a0479 commit 0aa692a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vuetify/src/components/VAppBar/VAppBar.sass

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
top: 0
1616
z-index: 5
1717

18-
.v-app-bar.v-app-bar--hide-shadow
18+
.v-app-bar.v-app-bar.v-app-bar--hide-shadow
1919
// Workaround for cascaded elevation styles
2020
// that persist when the bar is inactive.
2121
+elevation(0, true)

0 commit comments

Comments
 (0)