Skip to content

Commit 390e793

Browse files
committed
Add scrolling to pre and output elms
1 parent 5efc812 commit 390e793

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/themes/shared/_markdown.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@
151151
font-size: var(--font-size-mono);
152152
}
153153

154+
output,
155+
pre:not(data-lang) {
156+
overflow: auto;
157+
}
158+
154159
output,
155160
pre[data-lang] {
156161
position: relative;

0 commit comments

Comments
 (0)