From c847bc494638f720a3373c0844dc7abb5732bf49 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Sun, 26 Feb 2017 15:27:53 -0500 Subject: Don't hardcode the TOC max height This commit prevents the combination of extra whitespace below the TOC and scrollbars to the TOC. --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 6b7c28e..7fe6145 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -683,7 +683,7 @@ a.article-title:hover, padding-left: 20px; overflow-y: auto; line-height: 1.4em; - max-height: 40.32em; + max-height: 85%; } .article-toc h3 { font-weight: bold; -- cgit v1.2.3