mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 04:37:28 +02:00
Fix on-page nav height css bug (#505)
This commit is contained in:
parent
288afc3310
commit
56bae1d70c
1 changed files with 1 additions and 0 deletions
|
@ -1535,6 +1535,7 @@ nav.toc .toggleNav .navBreadcrumb h2 {
|
||||||
flex: 0 0 240px;
|
flex: 0 0 240px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: calc(100vh - 110px);
|
max-height: calc(100vh - 110px);
|
||||||
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onPageNav > ul {
|
.onPageNav > ul {
|
||||||
|
|
Loading…
Add table
Reference in a new issue