Skip to content

Commit

Permalink
Fix bug in which nav items overlap when window is narrower. (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal authored Feb 5, 2025
1 parent f7331c4 commit c47b8ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions www/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@

/* Navbar for search */

.navbar__items {
/* Prevent items from overlapping as window gets narrower. */
flex: none;
}

.navbar__items--right {
flex-grow: 1;
}
Expand Down

0 comments on commit c47b8ae

Please sign in to comment.