fix: update background style in ClientLayout to prevent image repetition and enhance visual presentation
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user