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.
1 parent 7e20e6b commit 891eaaaCopy full SHA for 891eaaa
docs/.vuepress/styles/index.styl
@@ -28,15 +28,13 @@ html, body {
28
border: none;
29
position: sticky;
30
top: 0;
31
- z-index: 2;
32
.links {
33
background-color: transparent;
34
}
35
36
37
.sidebar {
38
background-color: $sidebarBg;
39
- z-index: 1;
40
41
42
.content__default {
@@ -220,6 +218,7 @@ blockquote {
220
218
221
219
.mojs-interactive__controller .controller {
222
position: absolute
+ z-index:2
223
224
.mojs-interactive__clicknotice {
225
font-size: 0.85em
0 commit comments