Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit c5c5f86

Browse files
committed
fix(select): fix overflow scroll on IE
references #1628
1 parent ee4c7c1 commit c5c5f86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/select/select.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ md-select-menu {
110110
transform-origin: 0 0;
111111
transform: scale(1.0);
112112
max-height: ($select-option-height * $select-max-visible-options) + 2 * $baseline-grid;
113+
overflow-y: scroll;
113114

114115
md-content {
115116
min-width: 136px;

0 commit comments

Comments
 (0)