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 67d9ea5 commit 1cdf78bCopy full SHA for 1cdf78b
docs/css/custom.css
@@ -169,6 +169,27 @@
169
content: "Switch to the light theme to view the diagram.";
170
}
171
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
191
192
+
193
/*******************************************************/
194
/* Hide repo stats. */
195
.md-source__fact--stars, .md-source__fact--forks {
0 commit comments