FIX: header z-index

This commit is contained in:
Roman Pyrih
2025-04-22 08:47:41 +02:00
parent f53abaf13b
commit 8912ec3099
7 changed files with 68 additions and 66 deletions

View File

@@ -934,6 +934,7 @@ header#masthead {
position: fixed;
left: 0;
right: 0;
z-index: 9999;
}
header#masthead.fixed > .main-header {
background: #f4f0f1;

File diff suppressed because one or more lines are too long

View File

@@ -1176,6 +1176,7 @@ header {
position: fixed;
left: 0;
right: 0;
z-index: 9999;
&.fixed {
> .main-header {