From 03445a5e07a78216dd128631f0af7ab88950a2ee Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Thu, 22 Jan 2026 20:54:09 +0200 Subject: [PATCH] Fix auto-scroll by explicitly enabling it on ThreadViewport The turnAnchor="top" setting caused autoScroll to default to false. --- surfsense_web/components/assistant-ui/thread.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index e419258f2..2127d4d1d 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -90,6 +90,7 @@ const ThreadContent: FC<{ header?: React.ReactNode }> = ({ header }) => { >