Skip to content

Commit 1cdf78b

Browse files
committed
Fix z-index back
1 parent 67d9ea5 commit 1cdf78b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/css/custom.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,27 @@
169169
content: "Switch to the light theme to view the diagram.";
170170
}
171171

172+
/*******************************************************/
173+
/* Fix z-index. */
174+
header.md-header {
175+
z-index: 900 !important;
176+
}
177+
.md-sidebar {
178+
z-index: 1000 !important;
179+
}
180+
.md-overlay {
181+
z-index: 950 !important;
182+
}
183+
.md-search__overlay {
184+
z-index: 1100 !important;
185+
}
186+
.md-search__form {
187+
z-index: 1200 !important;
188+
}
189+
.md-search__output {
190+
z-index: 1100 !important;
191+
}
192+
172193
/*******************************************************/
173194
/* Hide repo stats. */
174195
.md-source__fact--stars, .md-source__fact--forks {

0 commit comments

Comments
 (0)