mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Increase max height of order form modals to 50vh
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user