diff --git a/less/forum/Post.less b/less/forum/Post.less index 381511257..a2fe27582 100644 --- a/less/forum/Post.less +++ b/less/forum/Post.less @@ -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) & {