Scroll fix

This commit is contained in:
Connor Yoh 2025-08-14 15:34:43 +01:00
parent e6b7810422
commit ea8ddddeb5
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ const OperationButton = ({
variant={variant}
color={color}
data-testid={dataTestId}
style={{ minHeight: '2.5rem' }}
>
{isLoading
? (loadingText || t("loading", "Loading..."))

View File

@ -59,7 +59,7 @@ export function createToolFlow(config: ToolFlowConfig) {
const steps = createToolSteps();
return (
<Stack gap="sm" p="sm" h="94vh" w="100%" style={{ overflow: 'auto' }}>
<Stack gap="sm" p="sm" h="95vh" w="100%" style={{ overflow: 'auto' }}>
<ToolStepProvider>
{/* Files Step */}
{steps.createFilesStep({