Skip to content

Commit 5ee814d

Browse files
author
Jack Rose
committed
switch to overflow: scroll to auto
1 parent c7b6bd0 commit 5ee814d

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)