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.
2 parents 7e20e6b + 7a70eda commit a3f9b2cCopy full SHA for a3f9b2c
docs/.vuepress/styles/index.styl
@@ -28,15 +28,20 @@ html, body {
28
border: none;
29
position: sticky;
30
top: 0;
31
- z-index: 2;
+ z-index: 200;
32
.links {
33
background-color: transparent;
34
}
35
36
37
.sidebar {
38
background-color: $sidebarBg;
39
- z-index: 1;
+ z-index: 100;
40
+
41
+ &-mask {
42
+ background-color: $sidebarBg;
43
+ opacity: 0.85;
44
+ }
45
46
47
.content__default {
@@ -217,6 +222,7 @@ blockquote {
217
222
bottom: 0;
218
223
left: 0;
219
224
right: 0;
225
+ z-index: 0;
220
226
221
227
.mojs-interactive__controller .controller {
228
position: absolute
0 commit comments