Fix portion of table being blocked from view

pull/1081/head
Andrew Watkins 2017-04-03 13:48:59 -07:00
parent 155f1444b4
commit 98fef831bb
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ const ChronoTable = React.createClass({
getDefaultProps() {
return {
height: 600,
height: 1000,
}
},