diff --git a/web/components/chat/ChatContainer/ChatContainer.tsx b/web/components/chat/ChatContainer/ChatContainer.tsx index 064c5d34a..d5758c60b 100644 --- a/web/components/chat/ChatContainer/ChatContainer.tsx +++ b/web/components/chat/ChatContainer/ChatContainer.tsx @@ -211,7 +211,7 @@ export const ChatContainer: FC = ({ }); setIsAtBottom(true); setShowScrollToBottomButton(false); - }, 100); + }, 150); }; // This is a hack to force a scroll to the very bottom of the chat messages