diff --git a/src/components/AddProductFiltersModal.vue b/src/components/AddProductFiltersModal.vue index 2feb3857..e3ed9475 100644 --- a/src/components/AddProductFiltersModal.vue +++ b/src/components/AddProductFiltersModal.vue @@ -16,6 +16,11 @@ + + + {{ filter }} + + @@ -51,6 +56,7 @@ import { IonButton, IonButtons, IonCheckbox, + IonChip, IonContent, IonFab, IonFabButton, @@ -62,6 +68,7 @@ import { IonLabel, IonList, IonNote, + IonRow, IonSearchbar, IonTitle, IonToolbar, @@ -155,4 +162,13 @@ async function saveFilters() { ion-content { --padding-bottom: 80px; } + + ion-row { + flex-wrap: nowrap; + overflow: scroll; + } + + ion-chip { + flex-shrink: 0; + } \ No newline at end of file