Skip to content

Commit 5a79076

Browse files
authored
Merge pull request #522 from jay-aye-see-kay/master
switch to overflow: scroll to auto on code tags
2 parents c7b6bd0 + 5ee814d commit 5a79076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/app.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ body {
2828
}
2929

3030
code {
31-
overflow: scroll;
31+
overflow: auto;
3232
}
3333

3434
.button.button-secondary {

0 commit comments

Comments
 (0)