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 3b1714c977
commit b9a8e6e24e

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