Skip to content

Commit

Permalink
fix(dropdown): update dropdown so that it no longer pushes elements d…
Browse files Browse the repository at this point in the history
…own (#39)
  • Loading branch information
tw15egan authored and marijohannessen committed Apr 25, 2017
1 parent 7fb401e commit 454b47a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/dropdown/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,12 @@

.bx--dropdown-list {
@include reset;
@include layer('overlay');
width: 100%;
display: none;
list-style: none;
position: absolute;
z-index: z('dropdown');
}

.bx--dropdown-link {
Expand Down Expand Up @@ -85,7 +89,6 @@

.bx--dropdown-list {
@include font-size('14');
@include layer('overlay');
display: flex;
flex-direction: column;
background-color: $ui-01;
Expand Down

0 comments on commit 454b47a

Please sign in to comment.