1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix post controls not being clickable in some circumstances

Closes #908.
This commit is contained in:
Franz Liedke
2016-05-14 18:07:43 +09:00
parent 9d2d302f2d
commit 3866e518fa

View File

@@ -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) & {