From bb55782dba3d4d706ce1c58aa8882ba9dd5d3b59 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 24 Mar 2026 23:06:44 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20restore=20scrolling=20=E2=80=94=20overfl?= =?UTF-8?q?ow-clip=20was=20blocking=20overflow-y-auto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/DashboardShell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/DashboardShell.tsx b/components/dashboard/DashboardShell.tsx index 0b5de5c..1df8dd4 100644 --- a/components/dashboard/DashboardShell.tsx +++ b/components/dashboard/DashboardShell.tsx @@ -86,7 +86,7 @@ export default function DashboardShell({ {/* Glass top bar — collapse toggle + realtime, in the margin above the content panel */} {/* Content panel */} -
+
{children}