From 8ebd07337ffe616d9e86551ab08e9154b560563a Mon Sep 17 00:00:00 2001 From: balibabu Date: Thu, 11 Sep 2025 13:32:23 +0800 Subject: [PATCH] The chat dialog box cannot be fully displayed on a small screen #10034 (#10049) ### What problem does this PR solve? The chat dialog box cannot be fully displayed on a small screen #10034 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/pages/agent/chat/box.tsx | 2 +- web/src/pages/agent/chat/chat-sheet.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/pages/agent/chat/box.tsx b/web/src/pages/agent/chat/box.tsx index 8404ee556..f57ed4282 100644 --- a/web/src/pages/agent/chat/box.tsx +++ b/web/src/pages/agent/chat/box.tsx @@ -62,7 +62,7 @@ function AgentChatBox() { return ( <> -
+
{/* */} diff --git a/web/src/pages/agent/chat/chat-sheet.tsx b/web/src/pages/agent/chat/chat-sheet.tsx index afe93de85..b994c6cd3 100644 --- a/web/src/pages/agent/chat/chat-sheet.tsx +++ b/web/src/pages/agent/chat/chat-sheet.tsx @@ -9,7 +9,7 @@ export function ChatSheet({ hideModal }: IModalProps) { return ( e.preventDefault()} >