mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-30 00:21:34 +00:00
Adjust form padding (#10080)
- Prevent scrollbar from rendering over components
This commit is contained in:
@@ -564,7 +564,14 @@ export function ApiForm({
|
||||
<LoadingOverlay visible={isLoading} zIndex={1010} />
|
||||
|
||||
{/* Attempt at making fixed footer with scroll area */}
|
||||
<Paper mah={'65vh'} style={{ overflowY: 'auto' }}>
|
||||
<Paper
|
||||
mah={'65vh'}
|
||||
style={{
|
||||
overflowY: 'auto',
|
||||
paddingRight: '15px',
|
||||
paddingLeft: '5px'
|
||||
}}
|
||||
>
|
||||
<div>
|
||||
{/* Form Fields */}
|
||||
<Stack gap='sm'>
|
||||
|
Reference in New Issue
Block a user