fix(ui): make connection screen layout vertically scrollable

This commit is contained in:
2026-08-04 21:32:17 +08:00
parent 77b20b1c4b
commit b4deb5bcf1
@@ -20,7 +20,7 @@ export function ConnectionFormShell({
children,
}: ConnectionFormShellProps) {
return (
<div className="min-h-full bg-canvas">
<div className="h-full overflow-y-auto bg-canvas">
<div className="max-w-lg mx-auto p-8">
<Button
variant="ghost"