From d154f510a3f8a6ee490b05eb1ebcf973dd8322dd Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Sat, 27 Dec 2025 13:42:37 -0800 Subject: [PATCH] fix: Adjust viewport overflow behavior in Thread component for improved scrolling experience --- surfsense_web/components/assistant-ui/thread.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 74669e374..9ec7386c3 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -299,7 +299,7 @@ export const Thread: FC = ({ messageThinkingSteps = new Map(), head > {/* Optional sticky header for model selector etc. */} {header &&
{header}
}