mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-24 19:24:25 +01:00
Correct z-index so no lines above entries background
This commit is contained in:
parent
d7861baff3
commit
babb9fdd5a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue