From 9cf3926779d18337c9793087e5242cfa2c4a2fc1 Mon Sep 17 00:00:00 2001 From: alexmitelman Date: Sun, 14 Mar 2021 16:41:15 +0200 Subject: Set height of ToC to 80% of the screen height --- assets/scss/_fuji-style/_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_fuji-style/_sidebar.scss b/assets/scss/_fuji-style/_sidebar.scss index e913d95..1b8ae12 100644 --- a/assets/scss/_fuji-style/_sidebar.scss +++ b/assets/scss/_fuji-style/_sidebar.scss @@ -81,7 +81,7 @@ top: 1rem; #TableOfContents { - max-height: 32rem; + max-height: 80vh; overflow: auto; scrollbar-width: thin; } -- cgit v1.2.3