From 14e0c9b4dc91fcf06602bf3678883617b9a7c141 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 24 Mar 2026 22:19:43 +0100 Subject: [PATCH] feat: subtle gradient behind sidebar for glass depth + fix scrollbar clip - Shell bg changed to neutral-950 (darker, better contrast) - Warm-to-cool gradient behind sidebar area (orange top, blue bottom) - Gives the glassmorphic sidebar something to diffuse through - overflow-clip + isolate on content panel for scrollbar corner clipping --- components/dashboard/DashboardShell.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index 190b1d6..df950f0 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -11,7 +11,7 @@ const Sidebar = dynamic(() => import('./Sidebar'), { // so page content never occupies the sidebar zone loading: () => (
@@ -31,7 +31,12 @@ export default function DashboardShell({ const openMobile = useCallback(() => setMobileOpen(true), []) return ( -
+
+ {/* Subtle gradient behind the sidebar to give glass something to diffuse */} +