From b368d7bdf589e696d4ed10d401454654ae101d6d Mon Sep 17 00:00:00 2001 From: Nathaniel Tampus Date: Wed, 15 Mar 2023 19:39:40 +0800 Subject: [PATCH] fix mobile overflow for real this time --- client/src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/layout.tsx b/client/src/app/layout.tsx index d505ef9..862a7df 100644 --- a/client/src/app/layout.tsx +++ b/client/src/app/layout.tsx @@ -27,7 +27,7 @@ export const metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - +