From 22f3a48b133de53a4f97ee42fac5947862066214 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 18 Oct 2020 16:31:03 +0000 Subject: [PATCH] Fix header covering up announcements (#69) The "position:fixed" rule caused the header to cover up: - The noscript message - The "Please enable two-factor authentication" message - The announcehtml param (if configured) --- skins/standard/global.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/skins/standard/global.css b/skins/standard/global.css index c04a58a12..973cf85df 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -978,8 +978,6 @@ input[type="radio"]:checked { } #header { - height: 48px; - position: fixed; width: 100%; z-index: 5; } -- 2.47.3