mirror of
https://github.com/coaidev/coai.git
synced 2025-05-19 04:50:14 +09:00
fix: The part of the thinking block that exceeds due to the overflow-hidden property cannot be displayed.
This commit is contained in:
parent
9c03dee238
commit
8f0f9a0fda
@ -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"
|
||||
)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user