fix(web): allow reasoning scroll chaining (#1264)

This commit is contained in:
TEEK
2026-07-31 16:08:49 +08:00
committed by GitHub
parent 0db7d68b37
commit 212e58cba2
@@ -96,7 +96,7 @@ export const ReasoningGroup: FC<PropsWithChildren> = ({ children }) => {
isOpen ? 'max-h-[5000px] opacity-100' : 'max-h-0 opacity-0'
)}
>
<div className="max-h-[60vh] overflow-y-auto overscroll-contain border-t border-[var(--app-divider)] px-3.5 py-3">
<div className="max-h-[60vh] overflow-y-auto border-t border-[var(--app-divider)] px-3.5 py-3">
{children}
</div>
</div>