From b322cf669a6930203c44ad7d9e30ccf344624a73 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 26 May 2016 22:25:39 +0930 Subject: [PATCH] Bring post controls dropdown in front of the composer again The underlying problem is fixed in flarum-ext-mentions. --- less/forum/Post.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/less/forum/Post.less b/less/forum/Post.less index 2b05a56a8..c83135222 100644 --- a/less/forum/Post.less +++ b/less/forum/Post.less @@ -276,9 +276,6 @@ 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) & {