Comparing version 4.0.4 to 4.0.5
@@ -442,2 +442,4 @@ 'use strict'; | ||
} | ||
delete bodyStyle.overflowX; | ||
delete bodyStyle.overflowY; | ||
BodyTable = _react2['default'].createElement( | ||
@@ -447,3 +449,3 @@ 'div', | ||
className: prefixCls + '-body-outer', | ||
style: _extends({}, bodyStyle, { overflow: 'hidden' }) }, | ||
style: _extends({}, bodyStyle) }, | ||
_react2['default'].createElement( | ||
@@ -450,0 +452,0 @@ 'div', |
{ | ||
"name": "rc-table", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "table ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
40568
863