Merge pull request #2181 from charltonaustin/fix_multiline_motd
Fixing the z index for multiline message of the day.
This commit is contained in:
commit
2d3c5f8fd9
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
|||
|
||||
.announcement.inline {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.announcement .spacer {
|
||||
|
|
Reference in a new issue