From 3734e8ec030a1d80ceb19ccf8e79206877f6645d Mon Sep 17 00:00:00 2001 From: mlogclub Date: Wed, 6 May 2026 21:03:15 +0800 Subject: [PATCH] refactor: simplify SidebarInset structure and adjust overflow behavior --- web/app/dashboard/layout.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/app/dashboard/layout.tsx b/web/app/dashboard/layout.tsx index 45f0cac..7cf7ca7 100644 --- a/web/app/dashboard/layout.tsx +++ b/web/app/dashboard/layout.tsx @@ -61,12 +61,10 @@ export default function DashboardLayout({ > - + -
-
- {children} -
+
+ {children}