Skip to content

Commit

Permalink
Don't force a scroll overflow on code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jan 16, 2018
1 parent 91d5a29 commit 7488052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/base/_code-block.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pre code {
display: block;
font-size: 100%;
line-height: 1.6em;
overflow-x: scroll;
overflow-x: auto;
overflow-y: hidden;
padding: 0;
white-space: pre;
Expand Down

0 comments on commit 7488052

Please sign in to comment.