Skip to content

Commit 891eaaa

Browse files
author
Aloys Berger
committed
Fix mobile navbar depths (z-indexes)
1 parent 7e20e6b commit 891eaaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ html, body {
2828
border: none;
2929
position: sticky;
3030
top: 0;
31-
z-index: 2;
3231
.links {
3332
background-color: transparent;
3433
}
3534
}
3635

3736
.sidebar {
3837
background-color: $sidebarBg;
39-
z-index: 1;
4038
}
4139

4240
.content__default {
@@ -220,6 +218,7 @@ blockquote {
220218
}
221219
.mojs-interactive__controller .controller {
222220
position: absolute
221+
z-index:2
223222
}
224223
.mojs-interactive__clicknotice {
225224
font-size: 0.85em

0 commit comments

Comments
 (0)