Skip to content

Commit

Permalink
Merge pull request #32 from adazzle/jp-styling-changes
Browse files Browse the repository at this point in the history
forgot the stupid overflow thing
  • Loading branch information
Richard Ware committed Apr 22, 2015
2 parents 5bbcea8 + a0bab29 commit 55172a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var Grid = React.createClass({

getStyle: function(){
return{
overflow: 'hidden',
overflow: 'scroll',
outline: 0,
position: 'relative',
minHeight: this.props.minHeight
Expand Down

0 comments on commit 55172a8

Please sign in to comment.