added z-index to header sticky

This commit is contained in:
jorge-vitrubio 2022-12-22 18:20:07 +01:00
parent c04ce42d7a
commit 30ad14e8bf
3 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
}
.site-header {
position: sticky;
z-index: 900;
top: 0;
background-color: $color__white;
.main {

View File

@ -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