Skip to content

Commit

Permalink
fix: refactored styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Nov 18, 2024
1 parent 04413d8 commit aa7233c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/POS/Classic/ItemsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<div
class="overflow-y-auto custom-scroll custom-scroll-thumb2"
style="height: calc(70vh)"
style="height: 70vh"
>
<Row
v-if="items"
Expand Down

0 comments on commit aa7233c

Please sign in to comment.