mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-01 17:41:33 +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} />
|
<LoadingOverlay visible={isLoading} zIndex={1010} />
|
||||||
|
|
||||||
{/* Attempt at making fixed footer with scroll area */}
|
{/* 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>
|
<div>
|
||||||
{/* Form Fields */}
|
{/* Form Fields */}
|
||||||
<Stack gap='sm'>
|
<Stack gap='sm'>
|
||||||
|
Reference in New Issue
Block a user