Skip to content

Commit

Permalink
Merge pull request #232 from amansinghbais/import/#229
Browse files Browse the repository at this point in the history
Fixed: scrollability in bottom bar on purchase order review page (#229)
  • Loading branch information
ravilodhi authored Oct 6, 2023
2 parents 341fa87 + 772c522 commit 6a33e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/PurchaseOrderReview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</ion-content>

<ion-footer>
<ion-segment @ionChange="selectAllItems($event.target.value); searchProduct(queryString);" v-model="segmentSelected">
<ion-segment scrollable="true" @ionChange="selectAllItems($event.target.value); searchProduct(queryString);" v-model="segmentSelected">
<ion-segment-button value="all">
<ion-label>{{ $t("All") }}</ion-label>
</ion-segment-button>
Expand Down

0 comments on commit 6a33e66

Please sign in to comment.