mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 04:09:10 +08:00
Limit the size of the toc
This commit is contained in:
parent
a88e0a0e95
commit
dffd1e11de
@ -165,6 +165,8 @@ div.toc {
|
|||||||
bottom:0;
|
bottom:0;
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
border-style: solid none none none;
|
border-style: solid none none none;
|
||||||
|
max-height:50%;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.toc h3 {
|
div.toc h3 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user