fix zIndex problem with scrollPageHeader
This commit is contained in:
parent
49ba2e83ed
commit
cc50022773
1 changed files with 1 additions and 1 deletions
|
@ -4906,7 +4906,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollPageHeader {
|
.scrollPageHeader {
|
||||||
@extend .zIndex-6;
|
@extend .zIndex-8;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: white;
|
background: white;
|
||||||
|
|
Loading…
Reference in a new issue