From 5717bee6abe10ff2f1db0cb035e757911bd184db Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Sun, 1 Mar 2026 16:10:57 +0900 Subject: [PATCH] docs: add overscroll-contain to root layout (#8237) --- landing/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/app/layout.tsx b/landing/app/layout.tsx index a3173a79e5..18087c921f 100644 --- a/landing/app/layout.tsx +++ b/landing/app/layout.tsx @@ -94,7 +94,7 @@ export default function RootLayout({ children }: { children: ReactNode }) {
-
+
{children}