Move z-index to catalog-thread so hats work well.

This commit is contained in:
ccd0 2016-10-01 07:00:47 -07:00
parent 3c71714ac7
commit 9aed1bc879

View File

@ -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;