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