rc-trigger
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -93,4 +93,5 @@ 'use strict'; | ||
popupContainer.style.position = 'absolute'; | ||
popupContainer.style.top = '-9999px'; | ||
popupContainer.style.left = '-9999px'; | ||
popupContainer.style.top = '0'; | ||
popupContainer.style.left = '0'; | ||
popupContainer.style.width = '100%'; | ||
var mountNode = instance.props.getPopupContainer ? instance.props.getPopupContainer((0, _reactDom.findDOMNode)(instance)) : document.body; | ||
@@ -97,0 +98,0 @@ mountNode.appendChild(popupContainer); |
{ | ||
"name": "rc-trigger", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "base abstract trigger 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
41560
937