From 41b36e79f32e6a9efffe1c0100ddc339dbaaeabb Mon Sep 17 00:00:00 2001 From: Joel Kronqvist Date: Mon, 31 Jan 2022 19:12:33 +0200 Subject: Fixed bad footer behavior on mobile firefox --- Cont/index.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cont') diff --git a/Cont/index.css b/Cont/index.css index 80e5dc6..8df7295 100644 --- a/Cont/index.css +++ b/Cont/index.css @@ -92,6 +92,9 @@ footer { line-height: 1em; box-sizing: border-box; + /* Don't look dumb on mobile firefox (with the lazily updating bottom search bar moving away otherwise revealing the background) */ + padding-bottom: 5rem; + background-color: #0d0d0d; } -- cgit v1.2.3