fix: The part of the thinking block that exceeds due to the overflow-hidden property cannot be displayed.
Some checks failed
Build Test / release (18.x) (push) Has been cancelled
Docker Image CI / build (push) Has been cancelled

This commit is contained in:
LiuShen 2025-03-18 15:12:11 +08:00 committed by Deng Junhai
parent 9c03dee238
commit 8f0f9a0fda

View File

@ -41,7 +41,7 @@ export function ThinkContent({ content, isComplete = true }: ThinkContentProps)
<div
className={cn(
"overflow-hidden transition-all duration-200",
"overflow-auto transition-all duration-200",
isExpanded ? "max-h-[1000px] opacity-100" : "max-h-0 opacity-0"
)}
>