Skip to content

Commit

Permalink
Merge branch 'develop' into feature/optionGroupsExample
Browse files Browse the repository at this point in the history
  • Loading branch information
macjohnny authored Jan 8, 2019
2 parents 5e7dcbd + d870eee commit e6aa920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/mat-select-search/mat-select-search.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ $multiple-check-width: 33px;
*/
box-shadow: none;
border-radius: 0;

/* Prevent iOS scroll issue (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/70)*/
-webkit-transform: translate3d(0,0,0);

&.mat-select-search-inner-multiple {

width: 100%;
Expand Down

0 comments on commit e6aa920

Please sign in to comment.