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:
parent
cd6c5fc5fb
commit
6d359ca823
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue