From c98ad2f0d8213ad5078aedf3890b1c833a951804 Mon Sep 17 00:00:00 2001 From: Idriss Sbaaoui <112825897+6ba3i@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:03:50 +0800 Subject: [PATCH] fix multimodel input bars slowly being pushed offscreen (#13620) ### What problem does this PR solve? when the conversation starts to get long on multimodel chat, the conversation pushes the input bar offscreem ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- .../pages/next-chats/chat/chat-box/next-multiple-chat-box.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/next-chats/chat/chat-box/next-multiple-chat-box.tsx b/web/src/pages/next-chats/chat/chat-box/next-multiple-chat-box.tsx index f755a3c7b1..d4efa55398 100644 --- a/web/src/pages/next-chats/chat/chat-box/next-multiple-chat-box.tsx +++ b/web/src/pages/next-chats/chat/chat-box/next-multiple-chat-box.tsx @@ -330,7 +330,7 @@ export function MultipleChatBox({ ); return ( -
+