From 2f2a9f8e95ba438256a33a4753556a3d13ef4cbb Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Tue, 19 Feb 2019 17:08:05 +0800 Subject: [PATCH] fix: cover leaked shadow --- src/content.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/content.less b/src/content.less index 565b7fe..72a6c60 100644 --- a/src/content.less +++ b/src/content.less @@ -345,7 +345,7 @@ z-index: 1; } &-content { - padding: 0 10px; + padding: 10px 10px; flex: 1; overflow: auto; position: relative; @@ -353,7 +353,8 @@ .shadow-shelter { position: absolute; width: 100%; - height: 6px; + height: 10px; + top: 0; left: 0; background: #fafbfc; z-index: 1;