From: Vladimir Panteleev Date: Sun, 18 Oct 2020 16:31:03 +0000 (+0000) Subject: Fix header covering up announcements (#69) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22f3a48b133de53a4f97ee42fac5947862066214;p=thirdparty%2Fbugzilla.git 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) --- 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; }