]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix header covering up announcements (#69)
authorVladimir Panteleev <CyberShadow@users.noreply.github.com>
Sun, 18 Oct 2020 16:31:03 +0000 (16:31 +0000)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 16:31:03 +0000 (12:31 -0400)
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

index c04a58a12855cae2ce4cb88da5ee5f54c533fbdd..973cf85df74c18d5c42324b2b961a52ecc55b29e 100644 (file)
@@ -978,8 +978,6 @@ input[type="radio"]:checked {
   }
 
   #header {
-    height: 48px;
-    position: fixed;
     width: 100%;
     z-index: 5;
   }