Skip to content

Commit

Permalink
Fix height issue in generated TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 6, 2023
1 parent a979fd1 commit 43ac887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/theme/jaybird-html/firebird.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ div#preheader table { border: none; }
#tocbot > .toc-list li { list-style: none; }
#tocbot .toc-list { margin: 0; padding-left: 10px; }
@media screen { #tocbot a.toc-link { height: 100%; }
#tocbot .is-collapsible { max-height: 1000px; overflow: hidden; }
#tocbot .is-collapsible { overflow: hidden; }
#tocbot .is-collapsed { max-height: 0; }
#tocbot .is-position-fixed { position: fixed !important; top: 0; }
#tocbot .is-active-link { font-weight: 700; }
Expand Down

0 comments on commit 43ac887

Please sign in to comment.