Skip to content

Commit

Permalink
fix: show scrollbars as needed (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhajneet authored Jun 14, 2022
1 parent 7b79b61 commit f2fd758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/SourceView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const useStyles = createUseStyles( {

sourceContent: {
flexGrow: 1,
overflow: 'scroll',
overflow: 'auto',
overscrollBehavior: 'contain',
},

Expand Down

0 comments on commit f2fd758

Please sign in to comment.