Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
Fixed: few layout issues
  • Loading branch information
Blair2004 committed Aug 6, 2021
1 parent d6b9c3d commit c9a10af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="px-2 pb-2">
<div class="-mx-2 flex flex-wrap">
<div class="pl-2 pr-1 flex-auto">
<ns-numpad @changed="handleChange( $event )" @next="proceedAddingPayment( $event )">
<ns-numpad :floating="true" @changed="handleChange( $event )" @next="proceedAddingPayment( $event )">
<template v-slot:numpad-footer>
<div
@click="makeFullPayment()"
Expand Down
2 changes: 1 addition & 1 deletion resources/ts/popups/ns-pos-order-settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ns-close-button @click="closePopup()"></ns-close-button>
</div>
</div>
<div class="p-2 flex-auto bg-gray-100">
<div class="p-2 flex-auto bg-gray-100 overflow-y-auto">
<ns-field :field="field" v-for="(field, index) of fields" :key="index"></ns-field>
</div>
<div class="p-2 flex justify-end">
Expand Down
2 changes: 1 addition & 1 deletion resources/ts/popups/ns-pos-product-price-popup.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="bg-white shadow-lg w-95-screen md:w-3/5-screen lg:w-2/5-screen">
<div class="bg-white shadow-lg w-95vw md:w-3/5-screen lg:w-2/5-screen">
<div class="popup-heading">
<h3>{{ __( 'Product Price' ) }}</h3>
<div>
Expand Down

0 comments on commit c9a10af

Please sign in to comment.