Skip to content

Commit a7dfb7c

Browse files
Reduce size of toc frame on mobile so no content renders offscreen
1 parent 951851c commit a7dfb7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll-assets/css/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 {
14871487
}
14881488

14891489
#mobile-toggle:checked ~ #docs-content .toc {
1490-
height: 100vh;
1490+
height: 93vh;
14911491
max-width: 100vw;
14921492
}
14931493

@@ -1778,4 +1778,4 @@ ul#tab-container li.selected a {
17781778
display: block;
17791779
width: 100%;
17801780
}
1781-
}
1781+
}

0 commit comments

Comments
 (0)