added z-index to header sticky
This commit is contained in:
parent
c04ce42d7a
commit
30ad14e8bf
|
@ -13,6 +13,7 @@
|
|||
}
|
||||
.site-header {
|
||||
position: sticky;
|
||||
z-index: 900;
|
||||
top: 0;
|
||||
background-color: $color__white;
|
||||
.main {
|
||||
|
|
|
@ -742,6 +742,7 @@ textarea {
|
|||
}
|
||||
.no-sidebar .site-header {
|
||||
position: sticky;
|
||||
z-index: 900;
|
||||
top: 0;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue