Z-index fix for hidden posts

This commit is contained in:
Kris 2018-03-02 22:41:10 -05:00
parent cd6c5fc5fb
commit 6d359ca823

View File

@ -159,7 +159,9 @@ aside.quote {
}
.post-hidden {
opacity: 0.5;
opacity: 0.5; // opacity sets a new z-index context,
position: relative; // so the positioning is required,
z-index: z("base"); // otherwise post controls are stacked too low
}
.topic-post.staged {