Skip to content

Commit

Permalink
fix(scrollbar): fix x-scroll missing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cubesky committed Jun 23, 2017
1 parent 39311c2 commit 614623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/_partial/config_css.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<style>
body, html {
font-family: <%- theme.fonts.family %>;
overflow-x: hidden;
overflow-x: hidden !important;
}
a {
Expand Down

0 comments on commit 614623a

Please sign in to comment.