Skip to content

Commit

Permalink
Reduce table of contents max height
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Aug 13, 2024
1 parent e196df2 commit d54b614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/global/toc.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{%- css %}
.toc__wrapper {
max-height: 89vh;
max-height: 80vh;
overflow-x: auto;
padding: 0.3em 1.3rem 1.5em;
}
Expand Down

0 comments on commit d54b614

Please sign in to comment.