From 6d6d0379b9b2d3769370b83c9266715fcbe7468a Mon Sep 17 00:00:00 2001 From: "kts of kettek (POWERQWACK)" Date: Mon, 24 May 2021 22:13:56 -0700 Subject: [PATCH] Allow overflow of toc --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 7d38487..1621a52 100644 --- a/public/style.css +++ b/public/style.css @@ -103,6 +103,7 @@ body { background-color: var(--toc-background); color: var(--toc-foreground); padding: 1em; + overflow: auto; } #content { flex: 6;