2
0
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:
Oliver
2025-07-26 13:05:41 +10:00
committed by GitHub
parent 6e81fa2e7b
commit f862867e2b

View File

@@ -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'>