From acd1f126d090422006e90e0ccef5c7745964ef6c Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Fri, 6 Mar 2026 15:09:17 +0000 Subject: [PATCH] Ensure ads do not overlap content and fix footer positioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reintroduce side ads to informational pages (Impressum, Kontakt, Datenschutz, Über uns, Empfang) and adjust footer z-index to ensure it displays above ads, preventing content overlap. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 3e8e276e-186c-4696-aba7-43dd2de13954 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true --- client/src/components/footer.tsx | 2 +- client/src/pages/about.tsx | 2 ++ client/src/pages/datenschutz.tsx | 2 ++ client/src/pages/empfang.tsx | 2 ++ client/src/pages/impressum.tsx | 2 ++ client/src/pages/kontakt.tsx | 2 ++ 6 files changed, 11 insertions(+), 1 deletion(-) diff --git a/client/src/components/footer.tsx b/client/src/components/footer.tsx index cfea553..1847020 100644 --- a/client/src/components/footer.tsx +++ b/client/src/components/footer.tsx @@ -10,7 +10,7 @@ const SOCIAL_LINKS = [ export default function Footer() { return ( -