From 85aa747aebccbde21111730f6eb63e047ac0b91d Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Mon, 26 Jan 2026 16:46:52 -0500 Subject: [PATCH] fix(ui): add scroll boundary for account list in Quick Setup - Add max-h-[320px] and overflow-y-auto to account grid - Prevents overflow when many accounts exist --- ui/src/components/setup/wizard/steps/account-step.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/components/setup/wizard/steps/account-step.tsx b/ui/src/components/setup/wizard/steps/account-step.tsx index 3914db7e..0d9da4c6 100644 --- a/ui/src/components/setup/wizard/steps/account-step.tsx +++ b/ui/src/components/setup/wizard/steps/account-step.tsx @@ -22,7 +22,8 @@ export function AccountStep({ Select an account ({accounts.length}) -
+ {/* Scrollable account list with max-height for many accounts */} +
{accounts.map((acc) => (