Skip to content

Commit b945952

Browse files
committed
Fix header z-index
1 parent 03798a5 commit b945952

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/css/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@
175175
display: none;
176176
}
177177

178+
/*******************************************************/
179+
/* Fix header z-index. */
180+
header.md-header {
181+
z-index: 1000 !important;
182+
}
183+
178184
/*******************************************************/
179185
/* Fix spacing in navigation tab. */
180186
.md-nav__item--nested > .md-nav__link {

0 commit comments

Comments
 (0)