FooterAnsEnde #9

Merged
niklas.ortmann merged 7 commits from footerAnsEnde into dev 2026-05-26 12:30:38 +02:00
Showing only changes of commit 4d8017aa2b - Show all commits
+2 -2
View File
@@ -1,7 +1,7 @@
/* FooterGrundlayout */ /* FooterGrundlayout */
footer { footer {
position: fixed; position: sticky;
bottom: 0; top: 100vh; /* Zwingt den Footer an den unteren Rand des sichtbaren Bereichs */
width: 100%; width: 100%;
background: #333d43; background: #333d43;
text-align: center; text-align: center;