Skip to content

Commit fc76a9a

Browse files
committed
fix: customizer
1 parent d6b4bf8 commit fc76a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/v4/app/(app)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function AppLayout({ children }: { children: React.ReactNode }) {
55
return (
66
<div
77
data-slot="layout"
8-
className="group/layout relative z-10 flex min-h-svh flex-col bg-background"
8+
className="group/layout relative z-10 flex min-h-svh flex-col bg-background has-[[data-slot=designer]]:h-svh has-[[data-slot=designer]]:overflow-hidden"
99
>
1010
<SiteHeader />
1111
<main className="flex min-h-0 flex-1 flex-col">{children}</main>

0 commit comments

Comments
 (0)