From 960674e913d5b9e7a5f02e65d7b945969d683ed7 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Mon, 20 Jul 2026 23:46:52 -0700 Subject: [PATCH] [eric] desktop: sidebar peek works in fullscreen too, sliding over the dock rail (one left-edge behavior everywhere) --- frontend/src/app/components/Layout/AppShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/Layout/AppShell.tsx b/frontend/src/app/components/Layout/AppShell.tsx index 1bf4586f..53d94009 100644 --- a/frontend/src/app/components/Layout/AppShell.tsx +++ b/frontend/src/app/components/Layout/AppShell.tsx @@ -628,7 +628,7 @@ const AppShell: React.FC = () => { return ( - {sidebarAway && !sidePeek && !fullscreenCardId && ( + {sidebarAway && !sidePeek && ( { cancelPeekClose(); setSidePeek(true); }} sx={{ position: 'fixed', top: 0, left: 0, bottom: 0, width: 14, zIndex: 2147483000, pointerEvents: 'auto' }} /> )} {/* Top bar dropped (Arc/Zen): a zero-height anchor left only to float the agent-activity island at top-center; the island renders nothing when idle. */}