From 4fcf34c9aa337a1a316f52d33a2079eed141d7e6 Mon Sep 17 00:00:00 2001 From: Julien Froidefond Date: Wed, 17 Dec 2025 13:39:50 +0100 Subject: [PATCH] Update background image positioning in multiple components: Change background image class from 'absolute' to 'fixed' in AdminPage, ChallengesSection, and BackgroundSection for improved layout consistency. --- app/admin/page.tsx | 2 +- components/challenges/ChallengesSection.tsx | 2 +- components/ui/BackgroundSection.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/admin/page.tsx b/app/admin/page.tsx index bd3248e..83d27d4 100644 --- a/app/admin/page.tsx +++ b/app/admin/page.tsx @@ -26,7 +26,7 @@ export default async function AdminPage() {
{/* Background Image */}
{/* Background Image */}
{/* Background Image */}