Correct z-index so no lines above entries background

This commit is contained in:
Hans5958 2022-04-09 10:53:45 +07:00
parent d7861baff3
commit babb9fdd5a

View file

@ -937,7 +937,7 @@ #entriesListBackground {
top: 50px;
bottom: 0;
width: 360px;
z-index: -600;
z-index: -400;
background-color: #333;
border-right: 1px #000 solid;
}