Limit the size of the toc

(grafted from dffd1e11de0aee3a871736c6b9551a5c464d3512
)
This commit is contained in:
Gael Guennebaud 2018-11-09 13:52:34 +01:00
parent 065c366b40
commit 40ddac243e

View File

@ -165,6 +165,8 @@ div.toc {
bottom:0;
border-radius:0px;
border-style: solid none none none;
max-height:50%;
overflow-y: scroll;
}
div.toc h3 {