Skip to content

Commit

Permalink
Change property in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat committed Oct 28, 2017
1 parent c25633f commit d4af29d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
}

&__menu {
position: fixed;
position: absolute;
top: 0;
left: 0;
max-height: 100%;
Expand Down Expand Up @@ -133,9 +133,6 @@
// postcss-bem-linter: end

.mdc-select__menu {
position: absolute;
z-index: 3;

.mdc-list-item {
@include mdc-typography(subheading2);
@include mdc-theme-prop(color, text-secondary-on-light);
Expand Down

0 comments on commit d4af29d

Please sign in to comment.