From df57fbf8bcbfa9ffa7602e452340224325ad5990 Mon Sep 17 00:00:00 2001 From: Masanori Uehara Date: Tue, 6 Jan 2026 21:25:04 +0900 Subject: [PATCH] fix: InvestigationDialog overflow issue (#669) Co-authored-by: Andy <119136210+AndyMik90@users.noreply.github.com> --- .../github-issues/components/InvestigationDialog.tsx | 5 ++++- .../gitlab-issues/components/InvestigationDialog.tsx | 5 ++++- .../src/renderer/components/ui/scroll-area.tsx | 10 +++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx b/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx index 64088297..05b5456a 100644 --- a/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx +++ b/apps/frontend/src/renderer/components/github-issues/components/InvestigationDialog.tsx @@ -144,7 +144,10 @@ export function InvestigationDialog({ {selectedCommentIds.length === comments.length ? 'Deselect All' : 'Select All'} - +
{comments.map((comment) => (
- +
{notes.map((note) => (