Skip to content

Commit

Permalink
Reduce size of toc frame on mobile so no content renders offscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-contino authored Dec 17, 2024
1 parent 951851c commit a7dfb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jekyll-assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
}

#mobile-toggle:checked ~ #docs-content .toc {
height: 100vh;
height: 93vh;
max-width: 100vw;
}

Expand Down Expand Up @@ -1778,4 +1778,4 @@ ul#tab-container li.selected a {
display: block;
width: 100%;
}
}
}

0 comments on commit a7dfb7c

Please sign in to comment.