mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 21:43:45 +08:00
Z-index fix for hidden posts
This commit is contained in:
parent
cd6c5fc5fb
commit
6d359ca823
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user