diff --git a/web/new-components/chat/content/ManusRightPanel.tsx b/web/new-components/chat/content/ManusRightPanel.tsx index 794e30b75..02d4bebf0 100644 --- a/web/new-components/chat/content/ManusRightPanel.tsx +++ b/web/new-components/chat/content/ManusRightPanel.tsx @@ -1598,16 +1598,7 @@ const ManusRightPanel: React.FC = ({ return (
- {onCollapse && ( - - - - )} + {/* Collapse button is rendered by the parent layout to avoid overflow clipping */} {/* Terminal Header */}
diff --git a/web/pages/index.tsx b/web/pages/index.tsx index 2a2c42d83..38dbc56b9 100644 --- a/web/pages/index.tsx +++ b/web/pages/index.tsx @@ -31,6 +31,7 @@ import { FileOutlined, FilePptOutlined, FileTextOutlined, + LeftOutlined, PaperClipOutlined, PieChartOutlined, PlusOutlined, @@ -2718,20 +2719,17 @@ const Playground: NextPage = () => {
- {rightPanelCollapsed && ( -
- -
- )} + + {/* Panel toggle handle — placed between panels to avoid overflow clipping */} +
+ + +