Merge pull request #1054 from Aurorum/fix/1053
Shoreditch: Ensure Site Header isn't Overlapped
This commit is contained in:
commit
b9cdc59965
1 changed files with 1 additions and 1 deletions
|
@ -938,7 +938,7 @@ label {
|
|||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.site-branding {
|
||||
|
|
Loading…
Reference in a new issue