mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-29 13:48:46 +02:00
Change Sanitize UI to be scrollable
This commit is contained in:
parent
13ee46745b
commit
4834e1b724
@ -75,7 +75,7 @@ const Sanitize = ({ onPreviewFile, onComplete, onError }: BaseToolProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<ToolStepContainer>
|
<ToolStepContainer>
|
||||||
<Stack gap="sm" h="100%" p="sm" style={{ overflow: 'auto' }}>
|
<Stack gap="sm" p="sm" style={{ height: 'calc(100vh - 200px)', overflow: 'auto' }}>
|
||||||
{/* Files Step */}
|
{/* Files Step */}
|
||||||
<ToolStep
|
<ToolStep
|
||||||
title={t('sanitize.steps.files', 'Files')}
|
title={t('sanitize.steps.files', 'Files')}
|
||||||
|
Loading…
Reference in New Issue
Block a user