From d28ec5637b955a3418867d888ccb79a57c0c8a5e Mon Sep 17 00:00:00 2001 From: Jan Burzinski <156842394+janburzinski@users.noreply.github.com> Date: Sun, 12 Apr 2026 09:17:32 +0200 Subject: [PATCH] fix(ui): prevent input overflow in plan mode - Add overflow-hidden to ChatView main column - Change ChatComposer from overflow-visible to overflow-hidden --- apps/web/src/components/ChatView.tsx | 2 +- apps/web/src/components/chat/ChatComposer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 7a5a2875cc..49e71b254c 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -3335,7 +3335,7 @@ export default function ChatView(props: ChatViewProps) { {/* Main content area with optional plan sidebar */}