Skip to content

Commit

Permalink
Add some more space for the page outline (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin authored Jan 3, 2025
1 parent d55985d commit 553077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/TOC/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
max-height: calc(100vh - (var(--ifm-navbar-height) + 2rem));
overflow-y: auto;
position: sticky;
top: calc(var(--ifm-navbar-height) + 1rem);
top: calc(var(--ifm-navbar-height) + 2rem);
}
@media screen and (min-width: 1440px){
.tableOfContents {
Expand Down

0 comments on commit 553077e

Please sign in to comment.