From 5b8ecae80c78cc60a3ce7204d43bc76342453410 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sun, 11 Jan 2026 16:53:25 +0000 Subject: [PATCH] fix: remove nested scrolling for expanded thinking sections --- webview-ui/src/components/chat/ReasoningBlock.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ReasoningBlock.tsx b/webview-ui/src/components/chat/ReasoningBlock.tsx index 1fd0c770a08..dab9de1df38 100644 --- a/webview-ui/src/components/chat/ReasoningBlock.tsx +++ b/webview-ui/src/components/chat/ReasoningBlock.tsx @@ -68,7 +68,8 @@ export const ReasoningBlock = ({ content, isStreaming, isLast }: ReasoningBlockP {(content?.trim()?.length ?? 0) > 0 && !isCollapsed && (
+ className="border-l border-vscode-descriptionForeground/20 ml-2 pl-4 pb-1 text-vscode-descriptionForeground" + style={{ maxHeight: "none", overflow: "visible" }}>
)}