diff --git a/app/src/components/layout/shell/RootShellLayout.tsx b/app/src/components/layout/shell/RootShellLayout.tsx index f0cacc6a6..871e0bcf2 100644 --- a/app/src/components/layout/shell/RootShellLayout.tsx +++ b/app/src/components/layout/shell/RootShellLayout.tsx @@ -180,7 +180,13 @@ export default function RootShellLayout({ sidebar, children }: RootShellLayoutPr native CEF webview glued to the content's bounds, which composites above the HTML layer — starts to its right and never covers it. */} {!isOpen && ( -
+
+ {/* macOS overlay title bar (titleBarStyle: Overlay) floats the traffic + lights over the top-left. The expanded SidebarHeader dodges them by + right-aligning, but this narrow rail can't — so reserve a draggable + strip the height of the window controls and start the rail below it, + clear of the lights. */} +