Skip to content

Commit d874e90

Browse files
Merge pull request #38946 from aireilly/fix-z-index-hamburger-menu
fixes hamburger z-index
2 parents a1a6040 + cb6024c commit d874e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_stylesheets/docs.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ h2:hover>a.anchor, h2>a.anchor:hover, h3:hover>a.anchor, h3>a.anchor:hover, h4:h
684684
font-size: 20px;
685685
opacity: 90%;
686686
position: fixed;
687-
z-index: 9;
687+
z-index: 9999;
688688
filter: drop-shadow(0 0 0.1rem grey);
689689
}
690690

@@ -743,7 +743,7 @@ h2:hover>a.anchor, h2>a.anchor:hover, h3:hover>a.anchor, h3>a.anchor:hover, h4:h
743743
font-size: 20px;
744744
opacity: 90%;
745745
position: fixed;
746-
z-index: 9;
746+
z-index: 9999;
747747
filter: drop-shadow(0 0 0.1rem grey);
748748
}
749749

@@ -798,7 +798,7 @@ h2:hover>a.anchor, h2>a.anchor:hover, h3:hover>a.anchor, h3>a.anchor:hover, h4:h
798798
font-size: 20px;
799799
opacity: 90%;
800800
position: fixed;
801-
z-index: 6;
801+
z-index: 9999;
802802
filter: drop-shadow(0 0 0.1rem grey);
803803
}
804804

0 commit comments

Comments
 (0)