Skip to content

Commit b7f36c6

Browse files
authored
add comment about issue bithost-gmbh#70
1 parent baf2fec commit b7f36c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/mat-select-search/mat-select-search.component.scss

+3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ $multiple-check-width: 33px;
2727
*/
2828
box-shadow: none;
2929
border-radius: 0;
30+
31+
/* Prevent iOS scroll issue (https://github.com/bithost-gmbh/ngx-mat-select-search/issues/70)*/
3032
-webkit-transform: translate3d(0,0,0);
33+
3134
&.mat-select-search-inner-multiple {
3235

3336
width: 100%;

0 commit comments

Comments
 (0)