Fix header z-index

This commit is contained in:
Alice Gaudon 2020-08-30 21:04:59 +02:00
parent 7143e7a843
commit 61c8f32c47
1 changed files with 1 additions and 1 deletions

View File

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