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

* 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
3 changed files with 19 additions and 18 deletions

View File

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