From 10fb108f5abb6088beeb7c09b710ec7e07d552d4 Mon Sep 17 00:00:00 2001 From: zmeyer44 Date: Fri, 20 Oct 2023 15:32:17 -0400 Subject: [PATCH] overflow fix --- app/(app)/_layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(app)/_layout/index.tsx b/app/(app)/_layout/index.tsx index bd4ed1e..fb75fa7 100644 --- a/app/(app)/_layout/index.tsx +++ b/app/(app)/_layout/index.tsx @@ -20,7 +20,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) { {/* Sidebar */}
-
{children}
+
{children}
{/* Mobile Banner */}