From fb369c3b27ad85ba0bbc9ee5e18fd6c6fd5a9147 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 1 Apr 2020 13:35:33 -0600 Subject: [PATCH] don't allow the toc sidebar to grow beyond the bounds of the content column --- src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index b8ea66c..c9b1651 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -20,7 +20,7 @@ } aside.toc.sidebar { - flex: 1 0 var(--toc-width); + flex: 0 0 var(--toc-width); } } -- 2.11.0