From a1138f18c72891d03125a5a3553f95336f4132e7 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 29 Sep 2016 10:10:35 -0700 Subject: [PATCH] No need for z-index: 2 here. --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 8c4d27511..f9258ba93 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -859,7 +859,7 @@ div[data-checked="false"] > .suboption-list { text-overflow: ellipsis; } .catalog-post > * > .fileText:hover { - z-index: 2; + z-index: 1; } /* overrides 4chan CSS on div.post div.postInfo */ .catalog-post > .postInfo.postInfo {