Skip to content

Commit 2e1d2c0

Browse files
authored
Don't add scrollbars to <pre> tags on Windows (#31)
1 parent f919a6f commit 2e1d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ pre {
547547
color: $light_bg;
548548
tab-size: 4;
549549
font-size: 16px;
550-
overflow: scroll;
550+
overflow: auto;
551551
}
552552

553553
.code {

0 commit comments

Comments
 (0)