Skip to content

Commit d54d3e6

Browse files
Improve z-index
1 parent 891eaaa commit d54d3e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 3 additions & 1 deletion
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: 200;
3132
.links {
3233
background-color: transparent;
3334
}
3435
}
3536

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

4042
.content__default {
@@ -215,10 +217,10 @@ blockquote {
215217
bottom: 0;
216218
left: 0;
217219
right: 0;
220+
z-index: 0;
218221
}
219222
.mojs-interactive__controller .controller {
220223
position: absolute
221-
z-index:2
222224
}
223225
.mojs-interactive__clicknotice {
224226
font-size: 0.85em

0 commit comments

Comments
 (0)