From a7903bac3a88703c91d953a707e2575edc047a66 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 4 Aug 2015 17:19:01 +0930 Subject: [PATCH] Pull discussion pane further off-screen so shadow is not visible --- framework/core/less/forum/DiscussionPage.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/less/forum/DiscussionPage.less b/framework/core/less/forum/DiscussionPage.less index a294fa27a..6b13968b7 100644 --- a/framework/core/less/forum/DiscussionPage.less +++ b/framework/core/less/forum/DiscussionPage.less @@ -69,7 +69,7 @@ @media @tablet-up { .DiscussionPage-list { - left: -@pane-width; + left: -@pane-width - 6px; width: 100%; position: absolute; z-index: @zindex-pane;