From ea8ddddeb555ff7c1895558f7bb65a1d3d057e9f Mon Sep 17 00:00:00 2001 From: Connor Yoh Date: Thu, 14 Aug 2025 15:34:43 +0100 Subject: [PATCH] Scroll fix --- frontend/src/components/tools/shared/OperationButton.tsx | 1 + frontend/src/components/tools/shared/createToolFlow.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/tools/shared/OperationButton.tsx b/frontend/src/components/tools/shared/OperationButton.tsx index 689e88864..4733942a8 100644 --- a/frontend/src/components/tools/shared/OperationButton.tsx +++ b/frontend/src/components/tools/shared/OperationButton.tsx @@ -44,6 +44,7 @@ const OperationButton = ({ variant={variant} color={color} data-testid={dataTestId} + style={{ minHeight: '2.5rem' }} > {isLoading ? (loadingText || t("loading", "Loading...")) diff --git a/frontend/src/components/tools/shared/createToolFlow.tsx b/frontend/src/components/tools/shared/createToolFlow.tsx index 996ff2330..76f53cfe2 100644 --- a/frontend/src/components/tools/shared/createToolFlow.tsx +++ b/frontend/src/components/tools/shared/createToolFlow.tsx @@ -59,7 +59,7 @@ export function createToolFlow(config: ToolFlowConfig) { const steps = createToolSteps(); return ( - + {/* Files Step */} {steps.createFilesStep({