Skip to content

Commit

Permalink
fix: mobile hamburger not clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsserban committed Oct 24, 2024
1 parent 7d01376 commit de612a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,14 @@ article ul li:not([role='tab'])::before {
margin-right: 0.5em;
}

.navbar-sidebar {
z-index: 99999;
}

.navbar__toggle {
z-index: 9999;
}

.navbar__item.dropdown {
background-color: rgba(51, 150, 255, 0.2);
border-radius: 40px;
Expand Down

0 comments on commit de612a7

Please sign in to comment.