Skip to content

Commit

Permalink
revert top offset change to avoid breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Jan 8, 2019
1 parent d99bf47 commit 907be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ $multiple-check-width: 33px;
}
/deep/ .cdk-overlay-pane-select-search {
/* correct offsetY so that the selected option is at the position of the select box when opening */
margin-top: 50px; // This won't be required anymore if mat-select-search is inside mat-option.
margin-top: -50px;
}

0 comments on commit 907be48

Please sign in to comment.