Skip to content

Commit

Permalink
Fix zindex in css
Browse files Browse the repository at this point in the history
  • Loading branch information
YurkoWasHere committed Mar 12, 2024
1 parent 2236eee commit fdf813a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
line-height: 55px;
width: 100%;
position: fixed;
z-index: 100;
z-index: 1000;
top:0px;

@media (max-width: $on-palm) {
Expand Down Expand Up @@ -156,7 +156,7 @@ input[type="checkbox"].menu-btn {

.nav-item-sub {
position: absolute;
z-index: 1000;
z-index: 1001;
display: none;
float: left;
min-width: 160px;
Expand Down

0 comments on commit fdf813a

Please sign in to comment.