From d2d8556f6f3a443429074c3cca0af790a3241846 Mon Sep 17 00:00:00 2001 From: kangwei Date: Tue, 31 Mar 2020 01:56:56 +0800 Subject: [PATCH] fix(settings-pane): overflow problem --- packages/plugin-settings-pane/src/style.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/plugin-settings-pane/src/style.less b/packages/plugin-settings-pane/src/style.less index 0ebac372e..a6b98ebcf 100644 --- a/packages/plugin-settings-pane/src/style.less +++ b/packages/plugin-settings-pane/src/style.less @@ -34,15 +34,14 @@ .lc-settings-main { position: relative; height: 100%; + overflow: hidden; .lc-settings-notice { text-align: center; font-size: 12px; font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica,Arial,sans-serif; color: var(--color-text ,rgba(0,0,0,.6)); - margin: 50px 15px 0; - overflow: hidden; - padding: 15px 0; + padding: 50px 15px 0; } .lc-settings-navigator {