From 08faeb53b578922094ab1c1d35fcb2902be53d04 Mon Sep 17 00:00:00 2001 From: Forgotten Date: Mon, 23 Feb 2026 13:37:45 -0600 Subject: [PATCH] fix: cap new issue dialog height so long descriptions don't hide controls The description area in the non-expanded NewIssueDialog could grow unboundedly, pushing the property chips and footer off-screen. Now the dialog has max-h-[calc(100vh-6rem)] in both modes, and the description wrapper scrolls when content overflows. Co-Authored-By: Claude Opus 4.6 --- ui/src/components/NewIssueDialog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/NewIssueDialog.tsx b/ui/src/components/NewIssueDialog.tsx index 255d97bc..bcd58a1d 100644 --- a/ui/src/components/NewIssueDialog.tsx +++ b/ui/src/components/NewIssueDialog.tsx @@ -237,9 +237,9 @@ export function NewIssueDialog() { {/* Description */} -
+