Allow overflow of toc

master
kts of kettek (POWERQWACK) 2021-05-24 22:13:56 -07:00
parent bdc42b1295
commit 6d6d0379b9
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ body {
background-color: var(--toc-background);
color: var(--toc-foreground);
padding: 1em;
overflow: auto;
}
#content {
flex: 6;