summaryrefslogtreecommitdiffstats
path: root/assets/scss/_fuji-style/_sidebar.scss
diff options
context:
space:
mode:
authoralexmitelman2021-03-14 16:41:15 +0200
committeralexmitelman2021-03-14 20:48:40 +0200
commit9cf3926779d18337c9793087e5242cfa2c4a2fc1 (patch)
tree6492730018e9717935e8f8c4040e111db43f14f6 /assets/scss/_fuji-style/_sidebar.scss
parent014e44a247b90628c4706fe7a69db4664daba3c5 (diff)
downloadhugo-theme-fuji-9cf3926779d18337c9793087e5242cfa2c4a2fc1.tar.gz
hugo-theme-fuji-9cf3926779d18337c9793087e5242cfa2c4a2fc1.tar.bz2
hugo-theme-fuji-9cf3926779d18337c9793087e5242cfa2c4a2fc1.zip
Set height of ToC to 80% of the screen height
Diffstat (limited to 'assets/scss/_fuji-style/_sidebar.scss')
-rw-r--r--assets/scss/_fuji-style/_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
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;
}