Skip to content

Commit

Permalink
fix(admin-ui): Prevent clipping of product selector overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 25, 2020
1 parent e4fda09 commit 7f9b6d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[hideSelected]="true"
[loading]="searchLoading"
[typeahead]="searchInput$"
[appendTo]="'body'"
[placeholder]="'settings.search-by-product-name-or-sku' | translate"
(change)="selectResult($event)"
>
Expand Down

0 comments on commit 7f9b6d7

Please sign in to comment.