Skip to content

Commit

Permalink
gh-827 Change height of rh sidebar to use all of screen (#828)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice Chalin <chalin@users.noreply.github.com>
  • Loading branch information
at055612 and chalin committed Jan 14, 2022
1 parent c407f13 commit b103aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/scss/_sidebar-toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@supports (position: sticky) {
position: sticky;
top: 4rem;
height: calc(100vh - 10rem);
height: calc(100vh - 4rem);
overflow-y: auto;
}

Expand Down Expand Up @@ -59,4 +59,4 @@
ul {
padding-left: 0;
}
}
}

0 comments on commit b103aad

Please sign in to comment.