From e518bb3a53517789b4ae8b6ee668d9f9c081c81f Mon Sep 17 00:00:00 2001 From: kickbass Date: Tue, 11 Mar 2025 03:45:27 +0100 Subject: [PATCH] Fix footer at a fixed position (bottom of the screen) Fixes redlib-org/redlib#393 --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 545567e..bb5f855 100644 --- a/static/style.css +++ b/static/style.css @@ -375,7 +375,7 @@ body > footer { align-items: center; width: 100%; background: var(--post); - position: absolute; + position: fixed; bottom: 0; }