Skip to content

Commit

Permalink
create scroll bar if output is more than 500px see #53
Browse files Browse the repository at this point in the history
  • Loading branch information
chendaniely committed Sep 28, 2021
1 parent 99ba984 commit 8fdc99d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Expand Up @@ -8,6 +8,8 @@ p code {
pre {
word-break: normal;
word-wrap: normal;
max-height: 500px;
overflow-y: auto;
}
pre code {
white-space: inherit;
Expand Down

0 comments on commit 8fdc99d

Please sign in to comment.