Skip to content

Commit

Permalink
Set overflow to auto instead of scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
takikawa committed Jun 28, 2016
1 parent 8ec2d86 commit a58f192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/scribble.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ p, .SIntrapara {
margin-right: 3em;
margin-top: 0.5em;
white-space: nowrap;
overflow: scroll;
overflow: auto;
}

.SCodeFlow td {
Expand Down

0 comments on commit a58f192

Please sign in to comment.