fix(ui): make connection screen layout vertically scrollable
This commit is contained in:
@@ -20,7 +20,7 @@ export function ConnectionFormShell({
|
|||||||
children,
|
children,
|
||||||
}: ConnectionFormShellProps) {
|
}: ConnectionFormShellProps) {
|
||||||
return (
|
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">
|
<div className="max-w-lg mx-auto p-8">
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
|||||||
Reference in New Issue
Block a user