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