@h21-map/google-zoom-box
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -40,3 +40,3 @@ | ||
ZoomBox.prototype.onAdd = function () { | ||
var me = this; | ||
@@ -56,3 +56,3 @@ me._map = this.getMap(); | ||
size.height = me._map.getDiv().offsetHeight; | ||
div.style.cssText = "z-index: 3; position:absolute; width:" + size.width + "px;height:" + size.height + "px"; | ||
div.style.cssText = "z-index: 1; position:absolute; width:" + size.width + "px;height:" + size.height + "px"; | ||
this.getPanes().overlayMouseTarget.appendChild(div); | ||
@@ -59,0 +59,0 @@ this._div = div; |
{ | ||
"name": "@h21-map/google-zoom-box", | ||
"scope":"@h21-map", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A library of Google Map JS API", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
9519