refactor(FE): Increase max height of order form modals to 50vh

This commit is contained in:
rstubryan
2026-02-07 09:33:58 +07:00
parent 3b42709577
commit 039dfd529e
2 changed files with 2 additions and 2 deletions
@@ -740,7 +740,7 @@ const SalesOrderFormModal = ({
},
}}
>
<div className='max-h-[46vh] overflow-y-auto'>
<div className='max-h-[50vh] overflow-y-auto'>
<MemoizedSalesOrderProductTable
formType={'success'}
data={memoSalesOrder}