Skip to content
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.

Commit

Permalink
Fix overflow parameter for dropdown component
Browse files Browse the repository at this point in the history
  • Loading branch information
10fous committed Jun 15, 2016
1 parent 1a68e0a commit 201e261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/stylesheets/refills/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
cursor: pointer;
display: none;
margin: 0;
overflow: show;
overflow: visible;
padding: 0;
position: absolute;
right: 0;
Expand Down
2 changes: 1 addition & 1 deletion source/stylesheets/refills/unstyled/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
.dropdown-menu {
cursor: pointer;
display: none;
overflow: show;
overflow: visible;
position: absolute;
text-align: left;
top: $dropdown-distance-from-menu;
Expand Down

0 comments on commit 201e261

Please sign in to comment.