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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 1 deletions

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