Skip to content

Commit b1a696f

Browse files
author
Kristján Oddsson
authored
overflow: auto;
1 parent f85da2e commit b1a696f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ body {
4444

4545
/* Code Blocks & Syntax */
4646
.markdown-body .highlight pre, .markdown-body pre {
47-
background-color: var(--color-bg-canvas-tertiary)
47+
background-color: var(--color-bg-canvas-tertiary);
48+
overflow: auto;
4849
}
4950

5051
/* Inline Code */

0 commit comments

Comments
 (0)