From a215e0951c569d07a70042d94ef4e40a44cc6855 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 15:19:08 +0000 Subject: [PATCH] fix: constrain dialog panel height and make content scrollable Agent-Logs-Url: https://github.com/vdovhanych/headplane/sessions/6f5c4643-99b6-473b-9c7b-9f608fe61a7c Co-authored-by: vdovhanych <45185420+vdovhanych@users.noreply.github.com> --- app/components/dialog.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/dialog.tsx b/app/components/dialog.tsx index 29e95378..b1d97e25 100644 --- a/app/components/dialog.tsx +++ b/app/components/dialog.tsx @@ -58,7 +58,8 @@ function Panel(props: DialogPanelProps) { return (
{ if (onSubmit) { onSubmit(event); @@ -77,8 +79,8 @@ function Panel(props: DialogPanelProps) { } }} > -
{children}
-
+
{children}
+
{variant === "unactionable" ? ( Close} /> ) : (