react-custom-scrollbars
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -164,2 +164,6 @@ 'use strict'; | ||
Scrollbars.prototype.componentWillReceiveProps = function componentWillReceiveProps() { | ||
this.update(); | ||
}; | ||
Scrollbars.prototype.componentWillUnmount = function componentWillUnmount() { | ||
@@ -346,3 +350,3 @@ this.removeListeners(); | ||
var containerStyle = _extends({}, style, { | ||
var containerStyle = _extends({ | ||
position: 'relative', | ||
@@ -352,3 +356,3 @@ overflow: 'hidden', | ||
height: '100%' | ||
}); | ||
}, style); | ||
@@ -355,0 +359,0 @@ var thumbStyle = { |
{ | ||
"name": "react-custom-scrollbars", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "React scrollbars component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
833531
17986