react-custom-scrollbars
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -58,2 +58,5 @@ 'use strict'; | ||
var finalStyle = _extends({}, style, { | ||
right: 2, | ||
bottom: 2, | ||
left: 2, | ||
borderRadius: 3 | ||
@@ -70,2 +73,5 @@ }); | ||
var finalStyle = _extends({}, style, { | ||
right: 2, | ||
bottom: 2, | ||
top: 2, | ||
borderRadius: 3 | ||
@@ -82,2 +88,3 @@ }); | ||
var finalStyle = _extends({}, style, { | ||
cursor: 'pointer', | ||
borderRadius: 'inherit', | ||
@@ -95,2 +102,3 @@ backgroundColor: 'rgba(0,0,0,.2)' | ||
var finalStyle = _extends({}, style, { | ||
cursor: 'pointer', | ||
borderRadius: 'inherit', | ||
@@ -360,4 +368,3 @@ backgroundColor: 'rgba(0,0,0,.2)' | ||
position: 'relative', | ||
display: 'block', | ||
cursor: 'pointer' | ||
display: 'block' | ||
}; | ||
@@ -394,5 +401,2 @@ | ||
var scrollbarHorizontalStyle = _extends({}, scrollbarStyle, { | ||
right: 2, | ||
bottom: 2, | ||
left: 2, | ||
height: widthPercentageInner < 100 ? 6 : 0 | ||
@@ -402,5 +406,2 @@ }); | ||
var scrollbarVerticalStyle = _extends({}, scrollbarStyle, { | ||
right: 2, | ||
bottom: 2, | ||
top: 2, | ||
width: heightPercentageInner < 100 ? 6 : 0 | ||
@@ -407,0 +408,0 @@ }); |
{ | ||
"name": "react-custom-scrollbars", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "React scrollbars component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
423
29281