From 74bc5a532d2080e210c8b7af5d35b54b59d52ea0 Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sat, 21 Mar 2026 17:49:49 -0400 Subject: [PATCH] fix(flowpilot): fix message bar hidden behind fixed action bar The message bar was in normal document flow but the action bar uses position:fixed at bottom:0, covering it. Now the message bar is also fixed-positioned at bottom:60px (above the action bar), matching the same left offset pattern. Added extra bottom padding to the conversation column for clearance. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../flowpilot/FlowPilotMessageBar.tsx | 61 +++++++++++-------- .../components/flowpilot/FlowPilotSession.tsx | 4 +- 2 files changed, 37 insertions(+), 28 deletions(-) diff --git a/frontend/src/components/flowpilot/FlowPilotMessageBar.tsx b/frontend/src/components/flowpilot/FlowPilotMessageBar.tsx index efe2e480..8f8b2937 100644 --- a/frontend/src/components/flowpilot/FlowPilotMessageBar.tsx +++ b/frontend/src/components/flowpilot/FlowPilotMessageBar.tsx @@ -40,35 +40,44 @@ export function FlowPilotMessageBar({ onRespond, disabled = false, isProcessing }, []) return ( -
-
-