diff --git a/ui/src/components/ChatInterface.tsx b/ui/src/components/ChatInterface.tsx index 746fc8104644329f4a4a597cde5742d2a916ace5..1e25fd80800dc47cbcaad17e9cfebae2b436cdc5 100644 --- a/ui/src/components/ChatInterface.tsx +++ b/ui/src/components/ChatInterface.tsx @@ -907,7 +907,7 @@ function ChatInterface({ }; const scrollToBottom = () => { - messagesEndRef.current?.scrollIntoView({ behavior: "smooth" }); + messagesEndRef.current?.scrollIntoView({ behavior: "instant" }); userScrolledRef.current = false; setShowScrollToBottom(false); };