We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yyx990803
kiaking
brc-dd
posva
Learn more about funding links in repositories.
Report abuse
1 parent 8b76167 commit a60f079Copy full SHA for a60f079
src/client/theme-default/styles/vars.css
@@ -256,12 +256,12 @@
256
* -------------------------------------------------------------------------- */
257
258
:root {
259
- --vp-z-index-local-nav: 10;
260
- --vp-z-index-nav: 20;
261
- --vp-z-index-layout-top: 30;
262
- --vp-z-index-backdrop: 40;
263
- --vp-z-index-sidebar: 50;
264
- --vp-z-index-footer: 60;
+ --vp-z-index-footer: 10;
+ --vp-z-index-local-nav: 20;
+ --vp-z-index-nav: 30;
+ --vp-z-index-layout-top: 40;
+ --vp-z-index-backdrop: 50;
+ --vp-z-index-sidebar: 60;
265
}
266
267
/**
0 commit comments