From 1b79fc33a57fd2e50ba64b92c709559e277cc13f Mon Sep 17 00:00:00 2001 From: Melvin PETIT Date: Fri, 19 Jun 2026 14:43:41 +0200 Subject: [PATCH 1/4] feat(layout): float the sidebar over the main content Pin the sidebar with fixed positioning and a shadow so it overlays the main page instead of reserving a column in the flex row. --- src/components/layout/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 3088ae3..62357fb 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -33,7 +33,7 @@ export function Sidebar({ companyName, userEmail, openAlerts }: SidebarProps) { const pathname = usePathname() return ( -