From 97a20a422585e4819c79ba724674e935035dbe0f Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sun, 22 Mar 2026 01:42:32 -0400 Subject: [PATCH] fix: drawer uses fixed positioning to overlay main content Grid cell was clipping the drawer at 72px. Now uses position: fixed with left: 72px so it overlays the main content area and links are clickable. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/layout/Sidebar.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index bb6184fc..339aeb0a 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -436,16 +436,18 @@ export function Sidebar() { - {/* Drawer panel — full height, resizable */} + {/* Drawer panel — fixed position, full height, resizable, overlays main content */} {activeFlyoutGroup && activeFlyoutGroup.children && (