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 #9803 from luixxiul/compactBraveryPanel-polish
Browse files Browse the repository at this point in the history
Fix scroll bar issues on bravery panel
  • Loading branch information
cezaraugusto authored Jul 2, 2017
2 parents cf67f92 + d0498f6 commit f650ce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/renderer/components/main/braveryPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -878,15 +878,15 @@ const styles = StyleSheet.create({
braveryPanel__body__ul: {
fontSize: 'smaller',
maxHeight: '300px',
overflowY: 'scroll',
overflowY: 'auto',
marginTop: '-20px',
padding: '10px',
userSelect: 'initial',
cursor: 'text'
userSelect: 'initial'
},
braveryPanel__body__ul__li: {
listStyleType: 'none',
padding: '10px 0'
padding: '10px 0',
cursor: 'text'
},
braveryPanel__body__hr: {
background: globalStyles.braveryPanel.body.hr.background,
Expand Down

0 comments on commit f650ce8

Please sign in to comment.