Skip to content

Commit

Permalink
Fix overflow scroll to auto
Browse files Browse the repository at this point in the history
Only show scrollbar when necessary
  • Loading branch information
Yukaii authored Jun 25, 2019
1 parent feb2f50 commit a7888d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_highlights.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.highlight {
background-color: #1e1c3f;
padding: 7px 7px 7px 10px;
overflow: scroll;
overflow: auto;
font-size: 90%;
}

Expand Down

0 comments on commit a7888d1

Please sign in to comment.