From 0cdc7e5412aee02f0d4b6149513ab2e0f0b90d0c Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 1 Nov 2022 15:41:06 +0100 Subject: css: Fix "position: absolute" For absolute positioning "position: relative" is required in the parent element. --- accounts/static/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/accounts/static/layout.css b/accounts/static/layout.css index b6d8752..0901983 100644 --- a/accounts/static/layout.css +++ b/accounts/static/layout.css @@ -39,6 +39,7 @@ header h1 img { } #header-background { + position: relative; background-color: #333; width: 100%; height: 3em; -- cgit v1.2.3-1-g7c22