Skip to content

Commit

Permalink
Fixed some styling issues with the list view
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Aug 17, 2016
1 parent 24f5958 commit 1225e11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/listView/macOs/style/10.11.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@ export default {
container: {
position: 'relative',
display: 'flex',
flex: 1,
height: '100%',
flexDirection: 'column'
},

scrollable: {
overflow: 'scroll',
width: '100%'
width: '100%',
display: 'flex',
flex: 1,
flexDirection: 'column'
},

list: {
Expand Down

0 comments on commit 1225e11

Please sign in to comment.