Skip to content

Commit

Permalink
Docs: Allow Y axis to scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan committed May 14, 2019
1 parent feecd52 commit d27908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ h1 a {
}
#panel #content {
flex: 1;
overflow: scroll;
overflow-y: scroll;
padding: 0 var(--panel-padding) 24px var(--panel-padding);
}

Expand Down

0 comments on commit d27908c

Please sign in to comment.