Skip to content

Commit 55172a8

Browse files
author
Richard Ware
committed
Merge pull request #32 from adazzle/jp-styling-changes
forgot the stupid overflow thing
2 parents 5bbcea8 + a0bab29 commit 55172a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var Grid = React.createClass({
6060

6161
getStyle: function(){
6262
return{
63-
overflow: 'hidden',
63+
overflow: 'scroll',
6464
outline: 0,
6565
position: 'relative',
6666
minHeight: this.props.minHeight

0 commit comments

Comments
 (0)