Skip to content

Commit

Permalink
fix: navbar nto disappearing on mobile scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Jul 11, 2023
1 parent 6c73994 commit b2ac7af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ body {
}

@media only screen and (max-width:1000px) {
#navbar {
position: initial;
}

#navbar,
#navbar ul {
Expand Down

0 comments on commit b2ac7af

Please sign in to comment.