2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

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 {