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
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

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