Skip to content

Commit

Permalink
fix: don't show an unnecessary scrollbar (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder authored Apr 16, 2020
1 parent fd842bf commit fb96ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ documentation-sidebar {
display: flex;
padding-right: 15px;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
}
documentation-sidebar sidebar-divider {
display: flex;
Expand Down Expand Up @@ -110,7 +110,7 @@ documentation-view {
right: 0;

overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;

padding-top: 16px;
}
Expand Down

0 comments on commit fb96ca1

Please sign in to comment.