From e85e7140763451a784f37608229662f27c25580a Mon Sep 17 00:00:00 2001 From: 0xjjjjjj <0xjjjjjj@users.noreply.github.com> Date: Sat, 7 Mar 2026 18:51:53 -0800 Subject: [PATCH] fix: bump mobile sidebar z-index above sticky page headers Sidebar and backdrop were z-30, same as sticky page headers (live feed, boards, etc.), causing the hamburger menu to render behind page content. Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/organisms/DashboardSidebar.tsx | 2 +- frontend/src/components/templates/DashboardShell.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/organisms/DashboardSidebar.tsx b/frontend/src/components/organisms/DashboardSidebar.tsx index ace1900e..6f616e86 100644 --- a/frontend/src/components/organisms/DashboardSidebar.tsx +++ b/frontend/src/components/organisms/DashboardSidebar.tsx @@ -58,7 +58,7 @@ export function DashboardSidebar() { : "System degraded"; return ( -