Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfb4bde

Browse files
committed
Revert "fix: prevent new workspace page from scrolling past the bottom of the screen (#19705)"
This reverts commita78d65c.
1 parenteec6c8c commitdfb4bde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎site/src/pages/CreateWorkspacePage/CreateWorkspacePageViewExperimental.tsx‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export const CreateWorkspacePageViewExperimental: FC<
340340
});
341341

342342
return(
343-
<divclassName="flex flex-col flex-1 min-h-0 pb-12">
343+
<>
344344
<divclassName="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-
<divclassName="flex flex-colflex-1 min-h-0gap-6 max-w-screen-md mx-auto">
354+
<divclassName="flex flex-col gap-6 max-w-screen-md mx-auto">
355355
<headerclassName="flex flex-col items-start gap-3 mt-10">
356356
<divclassName="flex items-center gap-2 justify-between w-full">
357357
<spanclassName="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="relativeflex flex-col flex-1 min-h-0 overflow-y-auto gap-10 w-full border border-border-default border-solid rounded-lg p-6"
415+
className="flex flex-col gap-10 w-full border border-border-default border-solid rounded-lg p-6"
416416
>
417417
{Boolean(error)&&<ErrorAlerterror={error}/>}
418418

@@ -683,6 +683,6 @@ export const CreateWorkspacePageViewExperimental: FC<
683683
</div>
684684
</form>
685685
</div>
686-
</div>
686+
</>
687687
);
688688
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp