Skip to content

Commit

Permalink
UI: Fix scrollbar always present on page body (#6177)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored and lafriks committed Feb 25, 2019
1 parent 28fcbf3 commit d8d24a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/css/index.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/less/_base.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
font-family: "Lato", "Segoe UI", "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
background-color: #fff;
overflow-y: scroll;
overflow-y: auto;
-webkit-font-smoothing: antialiased;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -442,7 +442,7 @@ footer {
background-color: white;
border-top: 1px solid #d6d6d6;
width: 100%;
height: 40px;
flex-basis: 40px;
color: #888888;
.container {
width: 100vw !important;
Expand Down

0 comments on commit d8d24a5

Please sign in to comment.