@beisen-platform/common-func
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -250,3 +250,3 @@ import "core-js/modules/es6.regexp.match"; | ||
if (getComputedStyle(element).position === 'static') { | ||
if (element.offsetParent && element.offsetParent.className.indexIf('modal-pop__container') >= 0) {} else { | ||
if (element.offsetParent && element.offsetParent.className.indexOf('modal-pop__container') >= 0) {} else { | ||
element.style.position = 'relative'; | ||
@@ -253,0 +253,0 @@ } |
{ | ||
"name": "@beisen-platform/common-func", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "CommonFunc", | ||
@@ -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