Skip to content

Commit

Permalink
馃摉 fix site scrollbar problem (#20086)
Browse files Browse the repository at this point in the history
close #20081
may related to #19988
  • Loading branch information
afc163 committed Dec 4, 2019
1 parent 62d7a2b commit 5fabb45
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions site/theme/static/common.less
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
html,
body {
height: 100%;
}

html {
overflow-x: hidden;
}

body {
color: @site-text-color;
font-size: 14px;
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 5fabb45

Please sign in to comment.