From e8b23e9ec0e1b34747a7735594aa3aa0d613b24f Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 17 Aug 2015 14:11:18 +0930 Subject: [PATCH] Prevent pane shadow overlapping header on Safari --- less/forum/DiscussionPage.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forum/DiscussionPage.less b/less/forum/DiscussionPage.less index 6b13968b7..5c95be9ae 100644 --- a/less/forum/DiscussionPage.less +++ b/less/forum/DiscussionPage.less @@ -80,7 +80,7 @@ background: @body-bg; padding-bottom: 40px; border-top: 1px solid @control-bg; - .box-shadow(2px 2px 6px -2px @shadow-color); + .box-shadow(0 6px 6px @shadow-color); .transition(left 0.2s); .affix & {