react-virtualized
Advanced tools
Comparing version 10.0.0-alpha.5 to 10.0.0-alpha.6
@@ -279,3 +279,5 @@ import React from 'react'; | ||
width: width, | ||
overflow: 'auto' | ||
overflow: 'auto', | ||
WebkitOverflowScrolling: 'touch', | ||
willChange: 'transform' | ||
}, style), | ||
@@ -845,3 +847,5 @@ onScroll: this.onScroll | ||
width: width, | ||
overflow: 'auto' | ||
overflow: 'auto', | ||
WebkitOverflowScrolling: 'touch', | ||
willChange: 'transform' | ||
}, style), | ||
@@ -848,0 +852,0 @@ onScroll: onScroll |
@@ -285,3 +285,5 @@ 'use strict'; | ||
width: width, | ||
overflow: 'auto' | ||
overflow: 'auto', | ||
WebkitOverflowScrolling: 'touch', | ||
willChange: 'transform' | ||
}, style), | ||
@@ -851,3 +853,5 @@ onScroll: this.onScroll | ||
width: width, | ||
overflow: 'auto' | ||
overflow: 'auto', | ||
WebkitOverflowScrolling: 'touch', | ||
willChange: 'transform' | ||
}, style), | ||
@@ -854,0 +858,0 @@ onScroll: onScroll |
{ | ||
"name": "react-virtualized", | ||
"version": "10.0.0-alpha.5", | ||
"version": "10.0.0-alpha.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.es.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
95695
2238