diff --git a/app/layout.tsx b/app/layout.tsx index 54779d5..dbacd7c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -33,7 +33,7 @@ export default function RootLayout({ backgroundSize: "cover", backgroundPosition: "center", filter: "blur(5px)", - position: "fixed", // Changed from 'absolute' to 'fixed' + position: "fixed", top: 0, left: -46, width: "100%", @@ -41,31 +41,43 @@ export default function RootLayout({ zIndex: -1, }} /> -