Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10639 from brave/releaseNotes-modal-text-scrollable
Browse files Browse the repository at this point in the history
Make release notes text modal scrollable
  • Loading branch information
bbondy authored and bsclifton committed Sep 26, 2017
1 parent 6ac6361 commit be304b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/renderer/components/main/releaseNotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const styles = StyleSheet.create({
releaseNotes: {
width: 'auto',
maxWidth: '350px',
textAlign: 'left'
textAlign: 'left',
overflowY: 'auto'
},

header: {
Expand Down

0 comments on commit be304b2

Please sign in to comment.