1
0
mirror of https://github.com/zombieFox/nightTab.git synced 2025-07-06 09:10:08 +02:00

[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

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