Fix header z-index
This commit is contained in:
parent
7143e7a843
commit
61c8f32c47
@ -62,7 +62,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body > header {
|
body > header {
|
||||||
z-index: 0;
|
z-index: 50;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
Loading…
Reference in New Issue
Block a user