Skip to content

Commit

Permalink
Show scrollbar only when sidebar is too long (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored and endiliey committed Jun 25, 2018
1 parent 66b2033 commit e4b9b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,7 @@ input::placeholder {
height: calc(100vh - 50px);
position: -webkit-sticky;
position: sticky;
overflow-y: scroll;
overflow-y: auto;
top: 50px; /* Height of navbar */
}
}
Expand Down

0 comments on commit e4b9b98

Please sign in to comment.