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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user