Skip to content

Commit

Permalink
corrected overflow-x style to remove unnecessary horizontal scroll bar (
Browse files Browse the repository at this point in the history
  • Loading branch information
terrence-ou authored Jul 16, 2024
1 parent 2f7195d commit 44afd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ Docco style used in http://jashkenas.github.com/docco/ converted by Simon Madine

.hljs {
display: block;
overflow-x: scroll;
overflow-x: auto;
}

.hljs-comment,
Expand Down

0 comments on commit 44afd93

Please sign in to comment.