Add scroll bar for big code blocks

This commit is contained in:
Michael Howell 2021-09-18 16:52:27 -07:00
parent 7feee33abd
commit 6075bd1930
1 changed files with 1 additions and 0 deletions

View File

@ -194,4 +194,5 @@ pre.syntect {
color: var(--syntect-fg); color: var(--syntect-fg);
background: var(--syntect-bg); background: var(--syntect-bg);
padding: 0.5em; padding: 0.5em;
overflow-y: auto;
} }