diff --git a/web/src/components/deer-flow/scroll-container.tsx b/web/src/components/deer-flow/scroll-container.tsx index 83aa931..fe00d9f 100644 --- a/web/src/components/deer-flow/scroll-container.tsx +++ b/web/src/components/deer-flow/scroll-container.tsx @@ -59,14 +59,6 @@ export function ScrollContainer({ } }, [autoScrollToBottom, contentRef, scrollRef]); - useLayoutEffect(() => { - if (contentRef.current) { - if (contentRef.current.parentElement) { - contentRef.current.parentElement.style.display = "block"; - } - } - }, [contentRef]); - return (
{scrollShadow && (