Skip to content

Commit

Permalink
Fixes Edge not showing a scrollbar for overflowing options
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleeckx committed Mar 28, 2017
1 parent d0c1426 commit 305a33d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebComponents/Select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ $border-color: #ddd;
[content] {
max-height: calc(var(--theme-h2) * 10);
overflow-y: auto;
-ms-overflow-style: scrollbar;
padding: 0;
margin: 0;
list-style: none;
Expand Down

0 comments on commit 305a33d

Please sign in to comment.