Skip to content

Commit

Permalink
Fix on-page nav height css bug (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbouji authored and JoelMarcey committed Mar 14, 2018
1 parent 288afc3 commit 56bae1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1535,6 +1535,7 @@ nav.toc .toggleNav .navBreadcrumb h2 {
flex: 0 0 240px;
overflow-y: auto;
max-height: calc(100vh - 110px);
align-self: flex-start;
}

.onPageNav > ul {
Expand Down

0 comments on commit 56bae1d

Please sign in to comment.