Skip to content

Commit

Permalink
give dropdown max-height, scroll on overflow (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmorten authored Jul 27, 2020
1 parent 6d707ea commit f320671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/components/dropdown/dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@
padding: 8px 0;
width: 100%;
line-height: 24px;
max-height: 50vh;
overflow-y: scroll;
}

&.down .dropdown-menu {
Expand Down

0 comments on commit f320671

Please sign in to comment.