Move z-index to catalog-thread so hats work well.
This commit is contained in:
parent
3c71714ac7
commit
9aed1bc879
@ -734,6 +734,9 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
width: 270px;
|
width: 270px;
|
||||||
height: 410px;
|
height: 410px;
|
||||||
}
|
}
|
||||||
|
:root.catalog-hover-expand .catalog-thread:hover {
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
.catalog-container {
|
.catalog-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -4px;
|
top: -4px;
|
||||||
@ -745,9 +748,6 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
:root:not(.catalog-hover-expand) .catalog-container {
|
:root:not(.catalog-hover-expand) .catalog-container {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
:root.catalog-hover-expand .catalog-container:hover {
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.catalog-post {
|
.catalog-post {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user