File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
site/src/pages/CreateWorkspacePage Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ export const CreateWorkspacePageViewExperimental: FC<
340340 } ) ;
341341
342342 return (
343- < >
343+ < div className = "flex flex-col flex-1 min-h-0 pb-12" >
344344 < div className = "sticky top-5 ml-10" >
345345 < button
346346 onClick = { onCancel }
@@ -351,7 +351,7 @@ export const CreateWorkspacePageViewExperimental: FC<
351351 Go back
352352 </ button >
353353 </ div >
354- < div className = "flex flex-col gap-6 max-w-screen-md mx-auto" >
354+ < div className = "flex flex-col flex-1 min-h-0 gap-6 max-w-screen-md mx-auto" >
355355 < header className = "flex flex-col items-start gap-3 mt-10" >
356356 < div className = "flex items-center gap-2 justify-between w-full" >
357357 < span className = "flex items-center gap-2" >
@@ -412,7 +412,7 @@ export const CreateWorkspacePageViewExperimental: FC<
412412 < form
413413 onSubmit = { form . handleSubmit }
414414 aria-label = "Create workspace form"
415- className = "flex flex-col gap-10 w-full border border-border-default border-solid rounded-lg p-6"
415+ className = "relative flex flex-col flex-1 min-h-0 overflow-y-auto gap-10 w-full border border-border-default border-solid rounded-lg p-6"
416416 >
417417 { Boolean ( error ) && < ErrorAlert error = { error } /> }
418418
@@ -683,6 +683,6 @@ export const CreateWorkspacePageViewExperimental: FC<
683683 </ div >
684684 </ form >
685685 </ div >
686- </ >
686+ </ div >
687687 ) ;
688688} ;
You can’t perform that action at this time.
0 commit comments