From 5fabb45d9dda2fc695ef93cee8dd4b9f67d60d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Wed, 4 Dec 2019 19:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20fix=20site=20scrollbar=20problem?= =?UTF-8?q?=20(#20086)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #20081 may related to #19988 --- site/theme/static/common.less | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/site/theme/static/common.less b/site/theme/static/common.less index 6ba4a6bafe..75654a6d68 100644 --- a/site/theme/static/common.less +++ b/site/theme/static/common.less @@ -1,12 +1,3 @@ -html, -body { - height: 100%; -} - -html { - overflow-x: hidden; -} - body { color: @site-text-color; font-size: 14px; @@ -50,6 +41,7 @@ a { .aside-container { padding-bottom: 48px; + overflow-x: hidden; font-family: Avenir, @font-family, sans-serif; &.ant-menu-inline .ant-menu-submenu-title h4,