From fb774f381478ebef8ad729c96c92595133276389 Mon Sep 17 00:00:00 2001 From: Aslam H Date: Wed, 11 Sep 2024 19:28:05 +0700 Subject: [PATCH] chore(layout): remove overflow --- web/app/(pages)/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/(pages)/layout.tsx b/web/app/(pages)/layout.tsx index 4b11bfbc..71592f77 100644 --- a/web/app/(pages)/layout.tsx +++ b/web/app/(pages)/layout.tsx @@ -14,7 +14,7 @@ export default function PageLayout({ children }: { children: React.ReactNode }) {me._type !== "Anonymous" && }
-
+
{children}