Merge pull request #5 from kaushalmodi/dont-hardcode-TOC-max-height

Don't hardcode the TOC max height
This commit is contained in:
Carson Ip
2017-02-27 11:28:45 +01:00
committed by GitHub

View File

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