Skip to content

Commit

Permalink
Fix header covering up announcements (#69)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
CyberShadow authored Oct 18, 2020
1 parent 3c36092 commit 22f3a48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skins/standard/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -978,8 +978,6 @@ input[type="radio"]:checked {
}

#header {
height: 48px;
position: fixed;
width: 100%;
z-index: 5;
}
Expand Down

0 comments on commit 22f3a48

Please sign in to comment.