We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3f4219 + 0c59e73 commit 8e66ce1Copy full SHA for 8e66ce1
assets/default/flexsearch.css
@@ -62,7 +62,7 @@
62
border-radius: 6px;
63
padding: .4rem;
64
list-style-type: none;
65
- z-index: 10;
+ z-index: 100;
66
right: 0;
67
max-height: max(50vh, 250px);
68
overflow-y: auto;
@@ -118,3 +118,16 @@
118
margin: 10px 2em 4.5em 0;
119
}
120
121
+
122
+/* vitepress */
123
+#app header.VPNav {
124
+ top: var(--vp-layout-top-height, var(--navbar-height, 0px));
125
+}
126
127
+#app aside.VPSidebar {
128
+ top: var(--navbar-height, initial);
129
130
131
+#app .layout .VPLocalNav {
132
133
0 commit comments