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