Skip to content

Commit 44afd93

Browse files
authored
corrected overflow-x style to remove unnecessary horizontal scroll bar (#770)
1 parent 2f7195d commit 44afd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine
934934

935935
.hljs {
936936
display: block;
937-
overflow-x: scroll;
937+
overflow-x: auto;
938938
}
939939

940940
.hljs-comment,

0 commit comments

Comments
 (0)