Comparing version 1.0.0 to 1.0.1
@@ -185,3 +185,3 @@ 'use strict'; | ||
var origin = { | ||
left: handler.offsetLeft, top: handler.offsetTop, | ||
left: handler.offsetLeft, top: handler.offsetTop - document.querySelector('.m-base-window').scrollTop, | ||
width: handler.offsetWidth, height: handler.offsetHeight | ||
@@ -188,0 +188,0 @@ }; |
{ | ||
"name": "m-balloon", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "m-balloon - simulate 'title' pop layer", | ||
@@ -5,0 +5,0 @@ "main": "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
30674