From b9a8e6e24ebbe212d6bace9025237352ec86b638 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 14 May 2016 18:07:43 +0900 Subject: [PATCH] Fix post controls not being clickable in some circumstances Closes #908. --- framework/core/less/forum/Post.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/core/less/forum/Post.less b/framework/core/less/forum/Post.less index 381511257..a2fe27582 100644 --- a/framework/core/less/forum/Post.less +++ b/framework/core/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) & {