From 1258694d856381dc41d6fdd86ae7f95060baeaf4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Thu, 13 Nov 2025 12:22:16 -0800 Subject: [PATCH] fix(layout): change overflow property to allow scrolling in layout component --- surfsense_web/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surfsense_web/app/layout.tsx b/surfsense_web/app/layout.tsx index 63cbdac47..a7e95bacc 100644 --- a/surfsense_web/app/layout.tsx +++ b/surfsense_web/app/layout.tsx @@ -103,7 +103,7 @@ export default function RootLayout({ > -
{children}
+
{children}