Skip to content

Commit 22f3a48

Browse files
authored
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)
1 parent 3c36092 commit 22f3a48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

skins/standard/global.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,6 @@ input[type="radio"]:checked {
978978
}
979979

980980
#header {
981-
height: 48px;
982-
position: fixed;
983981
width: 100%;
984982
z-index: 5;
985983
}

0 commit comments

Comments
 (0)