Skip to content

Commit

Permalink
Manually set height on mobile nav dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
leomet07 committed Nov 24, 2023
1 parent de2ec51 commit 3198cd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions styles/Sidebar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@

@media screen and (max-width: 940px) {
#sidebar_parent {
height: fit-content !important;
min-height: fit-content !important;
height: 450px !important;
top: 64px;
width: 100%;
}
Expand Down

0 comments on commit 3198cd6

Please sign in to comment.