Skip to content

Commit

Permalink
Add scrolling to left sidebar navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
verythorough authored Dec 13, 2017
1 parent 52d1cad commit ba9b787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/src/css/imports/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

@media screen and (min-width: $desktop) {
position: fixed;
top: 158px;
bottom: 0;
overflow-y: auto;
padding-right: 1em;
}

&.mobile {
Expand Down

0 comments on commit ba9b787

Please sign in to comment.