align ToC scrollbar properly on short headers

This commit is contained in:
Emile Bangma 2024-10-01 16:10:10 +02:00 committed by GitHub
parent 6ff733255e
commit c4ac208c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,7 @@ button#toc {
} }
> ul.overflow { > ul.overflow {
max-height: none; max-height: none;
width: 100%;
} }
@for $i from 0 through 6 { @for $i from 0 through 6 {