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 59be297 commit dab1b43Copy full SHA for dab1b43
src/css/header.css
@@ -273,6 +273,7 @@ body {
273
transition-duration: 86ms;
274
transform: translateY(-5px);
275
transition-property: opacity, transform;
276
+ z-index: 999;
277
}
278
279
.navbar-dropdown.lg {
src/css/vendor/page-search.css
@@ -99,7 +99,7 @@
99
position: sticky;
100
top: 74px;
101
background-color: var(--body-background-color);
102
- z-index: 999;
+ z-index: 2;
103
padding-top: 20px;
104
105
0 commit comments