Fix on-page nav height css bug (#505)

This commit is contained in:
Elian Ibaj 2018-03-14 20:42:38 +01:00 committed by Joel Marcey
parent 288afc3310
commit 56bae1d70c

View file

@ -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 {