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;