Skip to content

Commit

Permalink
fix(scrollbar): fix x-scroll when toTop show
Browse files Browse the repository at this point in the history
fix(scrollbar): fix #404
  • Loading branch information
cubesky committed Jun 21, 2017
1 parent dd59132 commit ca62597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layout/_partial/config_css.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<style>
body, html {
font-family: <%- theme.fonts.family %>;
overflow-x: hidden;
}
a {
Expand Down

0 comments on commit ca62597

Please sign in to comment.