Skip to content

Commit dab1b43

Browse files
committed
Fix z-index
1 parent 59be297 commit dab1b43

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/css/header.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ body {
273273
transition-duration: 86ms;
274274
transform: translateY(-5px);
275275
transition-property: opacity, transform;
276+
z-index: 999;
276277
}
277278

278279
.navbar-dropdown.lg {

src/css/vendor/page-search.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
position: sticky;
100100
top: 74px;
101101
background-color: var(--body-background-color);
102-
z-index: 999;
102+
z-index: 2;
103103
padding-top: 20px;
104104
}
105105

0 commit comments

Comments
 (0)