Add scroll bar for big code blocks
This commit is contained in:
parent
7feee33abd
commit
6075bd1930
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue