diff --git a/packages/views/agents/components/agent-overview-pane.tsx b/packages/views/agents/components/agent-overview-pane.tsx index 508acb7d49..e765832cb6 100644 --- a/packages/views/agents/components/agent-overview-pane.tsx +++ b/packages/views/agents/components/agent-overview-pane.tsx @@ -117,6 +117,10 @@ export function AgentOverviewPane({ }; return ( + // On mobile the parent stacks the inspector and overview and scrolls the + // page itself, so this pane has no inherited height. `min-h-[60vh]` keeps + // the tab content area usably tall when content is short; `md:` restores + // the grid-driven full-height behavior on tablet and up.