mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-25 19:14:32 +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;
|
top: 50px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
z-index: -600;
|
z-index: -400;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
border-right: 1px #000 solid;
|
border-right: 1px #000 solid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue