mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 08:39:25 +08:00
Fix post controls not being clickable in some circumstances
Closes #908.
This commit is contained in:
parent
9d2d302f2d
commit
3866e518fa
@ -273,6 +273,10 @@
|
||||
margin-top: -5px;
|
||||
float: right;
|
||||
position: relative;
|
||||
|
||||
// Make sure the post actions are not covered by relatively positioned items in the post footer
|
||||
z-index: 2;
|
||||
|
||||
.transition(opacity 0.2s);
|
||||
|
||||
.EventPost &, .Post--hidden:not(.revealContent) & {
|
||||
|
Loading…
x
Reference in New Issue
Block a user