Skip to content

Commit 76526bf

Browse files
authored
Fix vue mastery banner z-order (vuejs#1850)
closes vuejs#1846
1 parent cc15d62 commit 76526bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/theme/components/VueMasteryBanner.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function close () {
4343
overflow: hidden;
4444
position: fixed;
4545
top: 0;
46-
z-index: 2;
46+
z-index: var(--vp-z-index-banner);
4747
width: 100%;
4848
transition: all 0.3s ease-out 0.1s;
4949
}

0 commit comments

Comments
 (0)