Skip to content

Commit

Permalink
Only show instruction scroll bar when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhkarp committed Oct 27, 2023
1 parent 18ca95f commit 19255b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ssp.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ body {
flex: 0 0 auto;
padding-left: 1em;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;
}
#main {
margin: 0;
Expand Down

0 comments on commit 19255b6

Please sign in to comment.