fix: table of contents needs proper bottom padding (#865)

Fixes #864
This commit is contained in:
Corbin Crutchley
2023-10-29 21:30:45 -07:00
committed by GitHub

View File

@@ -59,6 +59,7 @@
.container { .container {
position: sticky; position: sticky;
top: var(--toc_header_padding-top); top: var(--toc_header_padding-top);
padding-bottom: var(--site-spacing);
} }
.tocTitle { .tocTitle {