Viewheight of tool

This commit is contained in:
Connor Yoh 2025-08-14 15:06:26 +01:00
parent c8c80e3a9a
commit e6b7810422

View File

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