Skip to content

Commit

Permalink
Fix z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Sep 15, 2023
1 parent 59be297 commit dab1b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ body {
transition-duration: 86ms;
transform: translateY(-5px);
transition-property: opacity, transform;
z-index: 999;
}

.navbar-dropdown.lg {
Expand Down
2 changes: 1 addition & 1 deletion src/css/vendor/page-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
position: sticky;
top: 74px;
background-color: var(--body-background-color);
z-index: 999;
z-index: 2;
padding-top: 20px;
}

Expand Down

0 comments on commit dab1b43

Please sign in to comment.