From 649851d356b0160adb09c1ad04717ecb321eca4b Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Wed, 9 Dec 2020 01:15:14 +0100 Subject: [PATCH] Remove header bottom border (#2489) --- less/common/App.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/less/common/App.less b/less/common/App.less index 331af8f16..faafe7f01 100644 --- a/less/common/App.less +++ b/less/common/App.less @@ -231,7 +231,8 @@ .header-background(); padding: 8px; position: absolute; - + border-bottom: 0; + .affix & { position: fixed; }