fix(layout): restore footer to the proper position ()

* fix(layout): restore footer to the proper position

* align ToC scrollbar properly on short headers
This commit is contained in:
Emile Bangma 2024-10-01 17:49:13 +02:00 committed by GitHub
parent 1b122a1da0
commit b0c079f24a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 18 deletions
quartz/components/styles

View file

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