Skip to content

Commit

Permalink
googlegh-827 Change height of rh sidebar to use all of screen
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Jan 12, 2022
1 parent c9e8363 commit d48f582
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 d48f582

Please sign in to comment.