don't allow the toc sidebar to grow beyond the bounds of the content column
authorDan Allen <dan@opendevise.com>
Wed, 1 Apr 2020 19:35:33 +0000 (13:35 -0600)
committerDan Allen <dan@opendevise.com>
Wed, 1 Apr 2020 19:35:33 +0000 (13:35 -0600)
src/css/main.css

index b8ea66c..c9b1651 100644 (file)
@@ -20,7 +20,7 @@
   }
 
   aside.toc.sidebar {
-    flex: 1 0 var(--toc-width);
+    flex: 0 0 var(--toc-width);
   }
 }