diff --git a/src/components/MainLayout.tsx b/src/components/MainLayout.tsx index feaed570..db6cf031 100644 --- a/src/components/MainLayout.tsx +++ b/src/components/MainLayout.tsx @@ -116,7 +116,12 @@ function MainLayoutInner() { function ScopedThemeColumns({ tokens, children }: { tokens?: import('@/themes').ThemeTokens; children: React.ReactNode }) { if (!tokens) return <>{children}; return ( - + + {/* Full-width background layer that extends beyond the columns */} +
{children} );