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 {
z-index: 0;
z-index: 50;
display: flex;
flex-direction: row;
justify-content: space-between;