Skip to content

Commit f152507

Browse files
committed
docs: fix z-index
1 parent 16414a8 commit f152507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/components/OldDocument.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
align-items: center;
3030
color: var(--vp-c-text-1);
3131
background: var(--vp-c-brand-lightest);
32-
z-index: var(--vp-z-index-nav);
32+
z-index: var(--vp-z-index-layout-top);
3333
3434
.new-document-link {
3535
text-decoration: underline;

0 commit comments

Comments
 (0)