Change Sanitize UI to be scrollable

This commit is contained in:
James 2025-08-05 15:53:24 +01:00
parent 13ee46745b
commit 4834e1b724

View File

@ -75,7 +75,7 @@ const Sanitize = ({ onPreviewFile, onComplete, onError }: BaseToolProps) => {
return (
<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 */}
<ToolStep
title={t('sanitize.steps.files', 'Files')}