diff --git a/packages/web/src/components/ViewManager.tsx b/packages/web/src/components/ViewManager.tsx index 7f30e336..f203dc51 100644 --- a/packages/web/src/components/ViewManager.tsx +++ b/packages/web/src/components/ViewManager.tsx @@ -712,9 +712,12 @@ const ViewManager: React.FC = ({ viewMode }) => { {/* Project Health Toggle Button - Floating (desktop only: the 320px panel would cover a phone screen, and it's a secondary analytics surface) */} + {/* Positioned WITHIN the content container (absolute), like the panel it + toggles — not `fixed`, which overlapped the global header. When the + 320px panel is open, sit just left of it so the toggle stays clickable. */}