From babb9fdd5a10b947068e9b3492d5bf13b59d66db Mon Sep 17 00:00:00 2001 From: Hans5958 Date: Sat, 9 Apr 2022 10:53:45 +0700 Subject: [PATCH] Correct z-index so no lines above entries background --- web/_css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/_css/style.css b/web/_css/style.css index cfff3e12..7f0cd2fd 100644 --- a/web/_css/style.css +++ b/web/_css/style.css @@ -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; }