Skip to content

Commit

Permalink
fix: limit height of discriminator dropdown, fixes #484
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed May 14, 2018
1 parent 3829aca commit 6d1a9e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/common-elements/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export const StyledDropdown = withProps<DropdownProps>(styled(Dropdown))`
background: white;
border: 1px solid rgba(38, 50, 56, 0.2);
box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.08);
max-height: 220px;
overflow: auto;
}
.Dropdown-option {
Expand Down

0 comments on commit 6d1a9e5

Please sign in to comment.