From 1a339038875f240f80e2e1da3c42519f1ae33a4c Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:59:56 +0800 Subject: [PATCH] feat(web): add root isolation layer for portal stacking context (#32807) --- web/app/layout.tsx | 62 ++++++++++++++++++++++++---------------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index a19d5e1e57..64f0e5ac3b 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -57,38 +57,40 @@ const LocaleLayout = async ({ - - - - - - - - - - - - {children} - - - - - - - - - - - +
+ + + + + + + + + + + + {children} + + + + + + + + + + + +
)