diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-05 09:45:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-05 09:45:50 +0700 |
| commit | dfe502ee9cd0b04d3b3cc73652df5e216442a233 (patch) | |
| tree | a10bc3929501162ac333ee2f4cd1ed11d5c5921c /src/modules/result/components/ProductModal.tsx | |
| parent | 878df94bba6311d611a4c42931da57d89ca0285f (diff) | |
UI: Fix result page
Diffstat (limited to 'src/modules/result/components/ProductModal.tsx')
| -rw-r--r-- | src/modules/result/components/ProductModal.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/result/components/ProductModal.tsx b/src/modules/result/components/ProductModal.tsx index 0d7a7fc..cfd7382 100644 --- a/src/modules/result/components/ProductModal.tsx +++ b/src/modules/result/components/ProductModal.tsx @@ -82,7 +82,7 @@ const ProductModal = ({ modal }: Props) => { )} {!!data && ( - <Table className='max-h-[600px]' isHeaderSticky> + <Table className='max-h-[50vh]' isHeaderSticky> <TableHeader> <TableColumn>NAME</TableColumn> <TableColumn>ITEM CODE</TableColumn> |
