Browse Source

📖 fix site scrollbar problem (#20086)

close #20081
may related to #19988
pull/20097/head
偏右 5 years ago
committed by GitHub
parent
commit
5fabb45d9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      site/theme/static/common.less

10
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,

Loading…
Cancel
Save