From a07ff1a3944fd5fc6c9b0c4cd5d1e9e7a6e89443 Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Fri, 30 Aug 2024 14:28:06 -0700 Subject: [PATCH] patch scrollbar on msgs resolves #2190 --- .../ChatContainer/ChatHistory/HistoricalMessage/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx index 27025b052..f1d7bbe1d 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx @@ -76,7 +76,7 @@ const HistoricalMessage = ({ role === "user" ? USER_BACKGROUND_COLOR : AI_BACKGROUND_COLOR }`} > -
+
@@ -98,9 +98,9 @@ const HistoricalMessage = ({ saveChanges={saveEditedMessage} /> ) : ( -
+