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<
340
340
} ) ;
341
341
342
342
return (
343
- < >
343
+ < div className = "flex flex-col flex-1 min-h-0 pb-12" >
344
344
< div className = "sticky top-5 ml-10" >
345
345
< button
346
346
onClick = { onCancel }
@@ -351,7 +351,7 @@ export const CreateWorkspacePageViewExperimental: FC<
351
351
Go back
352
352
</ button >
353
353
</ 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" >
355
355
< header className = "flex flex-col items-start gap-3 mt-10" >
356
356
< div className = "flex items-center gap-2 justify-between w-full" >
357
357
< span className = "flex items-center gap-2" >
@@ -412,7 +412,7 @@ export const CreateWorkspacePageViewExperimental: FC<
412
412
< form
413
413
onSubmit = { form . handleSubmit }
414
414
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"
416
416
>
417
417
{ Boolean ( error ) && < ErrorAlert error = { error } /> }
418
418
@@ -683,6 +683,6 @@ export const CreateWorkspacePageViewExperimental: FC<
683
683
</ div >
684
684
</ form >
685
685
</ div >
686
- </ >
686
+ </ div >
687
687
) ;
688
688
} ;
You can’t perform that action at this time.
0 commit comments