From e33d04609d298129170b3829e2dfbf81e17c425e Mon Sep 17 00:00:00 2001 From: corgifist Date: Sat, 2 Aug 2025 03:44:59 +0300 Subject: [PATCH] trying to fix overflowing in the editor page --- src/app/(editor)/editor/[uuid]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(editor)/editor/[uuid]/layout.tsx b/src/app/(editor)/editor/[uuid]/layout.tsx index 5849190..8d9bbe9 100644 --- a/src/app/(editor)/editor/[uuid]/layout.tsx +++ b/src/app/(editor)/editor/[uuid]/layout.tsx @@ -37,7 +37,7 @@ export default async function RootLayout({ children: ReactNode }>) { return ( -
+
{children}