Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(select): fix overflow scroll on IE
Browse files Browse the repository at this point in the history
references #1628
  • Loading branch information
rschmukler committed Feb 24, 2015
1 parent ee4c7c1 commit c5c5f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ md-select-menu {
transform-origin: 0 0;
transform: scale(1.0);
max-height: ($select-option-height * $select-max-visible-options) + 2 * $baseline-grid;
overflow-y: scroll;

md-content {
min-width: 136px;
Expand Down

0 comments on commit c5c5f86

Please sign in to comment.