mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Z-index fix for hidden posts
This commit is contained in:
parent
cd6c5fc5fb
commit
6d359ca823
@ -159,7 +159,9 @@ aside.quote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-hidden {
|
.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 {
|
.topic-post.staged {
|
||||||
|
Loading…
Reference in New Issue
Block a user