mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
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;
|
||||
overflow-y: auto;
|
||||
line-height: 1.4em;
|
||||
max-height: 40.32em;
|
||||
max-height: 85%;
|
||||
}
|
||||
.article-toc h3 {
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user