Skip to content

Commit 294b7d5

Browse files
abhilashlrGaurav0
authored andcommitted
Fix scrolling issue on highlightjs code
Fixes #590
1 parent d073b7b commit 294b7d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/components/_highlight.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
}
2828
}
2929
}
30+
31+
.scroller {
32+
overflow: auto;
33+
}
3034

3135
pre {
3236
margin: 0;

0 commit comments

Comments
 (0)