react-bidirectional-infinite-scroll
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -86,4 +86,4 @@ 'use strict'; | ||
overflow: 'auto', | ||
height: '100%', | ||
width: '100%', | ||
height: 'inherit', | ||
width: 'inherit', | ||
whiteSpace: whiteSpace | ||
@@ -90,0 +90,0 @@ }, |
{ | ||
"name": "react-bidirectional-infinite-scroll", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Bidirectional infinite scroll written using react", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -55,4 +55,4 @@ import React, { PropTypes } from 'react'; | ||
overflow: 'auto', | ||
height: '100%', | ||
width: '100%', | ||
height: 'inherit', | ||
width: 'inherit', | ||
whiteSpace, | ||
@@ -59,0 +59,0 @@ }} |
222546