diff --git a/src/app/mat-select-search/mat-select-search.component.scss b/src/app/mat-select-search/mat-select-search.component.scss index 84679ed..ab8374d 100755 --- a/src/app/mat-select-search/mat-select-search.component.scss +++ b/src/app/mat-select-search/mat-select-search.component.scss @@ -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; }