From 39cbbc1990bb925f42393102e2ea85ad9c8c5074 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 16 Jan 2026 18:02:47 +0000 Subject: [PATCH] fix: instant scroll to bottom in chat instead of slow animation Change Virtuoso followOutput from "smooth" to "auto" so new messages appear instantly at the bottom rather than slowly animating into view. --- src/components/ChatViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index b164539..72b8161 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -942,7 +942,7 @@ export function ChatViewer({ ref={virtuosoRef} data={messagesWithMarkers} initialTopMostItemIndex={messagesWithMarkers.length - 1} - followOutput="smooth" + followOutput="auto" alignToBottom components={{ Header: () =>