From 9aed1bc87902b60f93d0ae8b23e880e3b2d1f4ec Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 1 Oct 2016 07:00:47 -0700 Subject: [PATCH] Move z-index to catalog-thread so hats work well. --- src/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/style.css b/src/css/style.css index 3a082a95d..1f8cb6291 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -734,6 +734,9 @@ div[data-checked="false"] > .suboption-list { width: 270px; height: 410px; } +:root.catalog-hover-expand .catalog-thread:hover { + z-index: 1; +} .catalog-container { position: absolute; top: -4px; @@ -745,9 +748,6 @@ div[data-checked="false"] > .suboption-list { :root:not(.catalog-hover-expand) .catalog-container { overflow: hidden; } -:root.catalog-hover-expand .catalog-container:hover { - z-index: 1; -} .catalog-post { position: absolute; top: 4px;