diff --git a/src/components/layout/ClientLayout.tsx b/src/components/layout/ClientLayout.tsx index 1ad779f..22319db 100644 --- a/src/components/layout/ClientLayout.tsx +++ b/src/components/layout/ClientLayout.tsx @@ -42,7 +42,7 @@ export default function ClientLayout({ children, initialLibraries = [], initialF backgroundImage: `url(${bg.imageUrl})`, backgroundSize: "cover" as const, backgroundPosition: "center" as const, - backgroundAttachment: "fixed" as const, + backgroundRepeat: "no-repeat" as const, }; }