From 6d12cce836f1780b2080c614e76bbe392323e70a Mon Sep 17 00:00:00 2001 From: David Kaya Date: Sat, 28 Mar 2026 23:37:01 +0100 Subject: [PATCH] fix: prevent composer action bar from overlaying text field Change the bottom action bar from absolute positioning to normal document flow so it sits below the editable area instead of floating on top. Reduce editable bottom padding since buttons no longer overlap. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/renderer/components/ChatPane.tsx | 6 +++--- src/renderer/styles.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/components/ChatPane.tsx b/src/renderer/components/ChatPane.tsx index 6b6dc57..af4b80b 100644 --- a/src/renderer/components/ChatPane.tsx +++ b/src/renderer/components/ChatPane.tsx @@ -617,9 +617,9 @@ export function ChatPane({ } > {/* Bottom action bar: left = shortcuts, right = buttons */} -
+
{/* Left: quick actions */} -
+
{onTerminalToggle && ( {/* Right: attach, plan mode, send */} -
+
{/* Attachment picker */}