[bug] fix header postion when background is shown and links are not

This commit is contained in:
zombieFox 2019-11-25 12:41:12 +00:00
parent 80743d174a
commit 61b7d79820

View File

@ -1,4 +1,5 @@
.header {
position: relative;
display: flex;
flex-direction: row;
z-index: var(--z-index-header);