From c58326623a6fe35a29de150fc25a463fc5cce1b7 Mon Sep 17 00:00:00 2001 From: v0 Date: Wed, 4 Feb 2026 16:39:05 +0000 Subject: [PATCH] feat: limit modal height to 85% of viewport Improve modal aesthetics by restricting max height and enabling scroll. Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com> --- app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/page.tsx b/app/page.tsx index fc181ee..5d4c769 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -798,7 +798,7 @@ export default function TwoFactorAuth() { {t.addToken} - + {t.addNewToken} {t.addNewTokenDesc}