From 5bd018ed5c5e433197072438de4a052b9ef4dd4b Mon Sep 17 00:00:00 2001 From: chihlasm Date: Fri, 20 Mar 2026 04:55:33 +0000 Subject: [PATCH] fix(flowpilot): fix broken height chain hiding action bar (Resolve/Escalate/Pause) The FlowPilotSession component uses h-full flex-col to position the action bar at the bottom, but its parent div in FlowPilotSessionPage only had flex-1 min-h-0 without flex flex-col. This broke the height chain, causing the action bar to render below the visible area. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/pages/FlowPilotSessionPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/FlowPilotSessionPage.tsx b/frontend/src/pages/FlowPilotSessionPage.tsx index 8652990e..1e138719 100644 --- a/frontend/src/pages/FlowPilotSessionPage.tsx +++ b/frontend/src/pages/FlowPilotSessionPage.tsx @@ -161,7 +161,7 @@ export default function FlowPilotSessionPage() { {/* Session content */} -
+