From a7dfb7c2fd3ad8cdd7aab53e292f6c0b2bd4a0bd Mon Sep 17 00:00:00 2001 From: nate contino Date: Tue, 17 Dec 2024 12:41:42 -0500 Subject: [PATCH] Reduce size of toc frame on mobile so no content renders offscreen --- jekyll-assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll-assets/css/style.css b/jekyll-assets/css/style.css index 72223128f..96c618977 100644 --- a/jekyll-assets/css/style.css +++ b/jekyll-assets/css/style.css @@ -1487,7 +1487,7 @@ input:not(:checked) ~ li ~ .itemcontents .sectlevel1 { } #mobile-toggle:checked ~ #docs-content .toc { - height: 100vh; + height: 93vh; max-width: 100vw; } @@ -1778,4 +1778,4 @@ ul#tab-container li.selected a { display: block; width: 100%; } -} \ No newline at end of file +}