Skip to content

Commit

Permalink
Set dropdown height to 50vh to avoid overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji committed May 14, 2024
1 parent 1b50783 commit a664473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ section.show{
transition: all 500ms ease;
}
#dropdown.show{
max-height: 60vh;
max-height: 50vh;
margin-top: 1.5em;
}

Expand Down

0 comments on commit a664473

Please sign in to comment.