Skip to content

Commit 559d1a1

Browse files
committed
Changed z-index on navbar and sidebar
1 parent 496aedc commit 559d1a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ html, body {
2828
border: none;
2929
position: sticky;
3030
top: 0;
31+
z-index: 102;
3132
.links {
3233
background-color: transparent;
3334
}
3435
}
3536

3637
.sidebar {
3738
background-color: $sidebarBg;
39+
z-index: 101;
3840
}
3941

4042
.content__default {

0 commit comments

Comments
 (0)