Skip to content

Commit

Permalink
fix(dropdown): Elements overflowing should be hidden but allow scroll…
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sachs authored and tw15egan committed Dec 19, 2017
1 parent ca114db commit 16e35e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
display: flex;
flex-direction: column;
background-color: $ui-01;
max-height: 50rem;
overflow: visible;
max-height: 15rem;
overflow: auto;
transition: $transition--expansion $bx--ease-in;
opacity: 1;
}
Expand Down

0 comments on commit 16e35e0

Please sign in to comment.