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 (
-
-
)
diff --git a/frontend/src/components/flowpilot/FlowPilotSession.tsx b/frontend/src/components/flowpilot/FlowPilotSession.tsx
index 00cff8f9..02d0b39d 100644
--- a/frontend/src/components/flowpilot/FlowPilotSession.tsx
+++ b/frontend/src/components/flowpilot/FlowPilotSession.tsx
@@ -194,8 +194,8 @@ export function FlowPilotSession({
{/* Main content area: conversation + sidebar */}
- {/* Conversation column — pb-20 provides clearance for the fixed action bar */}
-
+ {/* Conversation column — pb-32 provides clearance for the fixed message bar + action bar */}
+
{allSteps.map((step) => (