Skip to content

Commit

Permalink
Fix dropdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Nov 23, 2021
1 parent 51f4f49 commit cf1bba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,8 @@ body {
left: 0;
min-width: 100%;
position: absolute;
overflow-y: scroll;
max-height: 50vh;
}

.navbar-dropdown .navbar-item {
Expand Down

0 comments on commit cf1bba8

Please sign in to comment.