Skip to content

Commit

Permalink
Only display scrollbars in <pre> blocks if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Feb 8, 2020
1 parent 173ed90 commit 0ccdbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stasiak.at-theme/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

pre {
overflow: scroll;
overflow: auto;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-left: 1em;
Expand Down

0 comments on commit 0ccdbeb

Please sign in to comment.