Don't hardcode the TOC max height

This commit prevents the combination of extra whitespace below the TOC and
scrollbars to the TOC.
This commit is contained in:
Kaushal Modi
2017-02-26 15:27:53 -05:00
parent eadc8b400f
commit c847bc4946

View File

@@ -683,7 +683,7 @@ a.article-title:hover,
padding-left: 20px;
overflow-y: auto;
line-height: 1.4em;
max-height: 40.32em;
max-height: 85%;
}
.article-toc h3 {
font-weight: bold;