From 4d8017aa2ba3b344b3e362d2feed1c6ea988832d Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Tue, 26 May 2026 10:51:32 +0200 Subject: [PATCH] Update footer.css --- css/footer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/footer.css b/css/footer.css index ae5ea71..383bf3b 100644 --- a/css/footer.css +++ b/css/footer.css @@ -1,7 +1,7 @@ /* Footer‑Grundlayout */ footer { - position: fixed; - bottom: 0; + position: sticky; + top: 100vh; /* Zwingt den Footer an den unteren Rand des sichtbaren Bereichs */ width: 100%; background: #333d43; text-align: center;