We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc15d62 commit 76526bfCopy full SHA for 76526bf
.vitepress/theme/components/VueMasteryBanner.vue
@@ -43,7 +43,7 @@ function close () {
43
overflow: hidden;
44
position: fixed;
45
top: 0;
46
- z-index: 2;
+ z-index: var(--vp-z-index-banner);
47
width: 100%;
48
transition: all 0.3s ease-out 0.1s;
49
}
0 commit comments