diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index 1744aeed95..6707cc6e69 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -150,7 +150,9 @@ export default async function RootLayout({ children }: { children: React.ReactNo // - Tells iframe which mode it should be in (dark/light) - if there is a a UI instruction for that visibility: "hidden", } - : {} + : { + visibility: "visible", + } }> {!!process.env.NEXT_PUBLIC_BODY_SCRIPTS && (