@gemx-dev/clarity-visualize 0.8.54 → 0.8.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -417,8 +417,8 @@ function createParentWindowCanvas(iframeDoc) {
417
417
  canvas_1.id = "clarity-heatmap-canvas" /* Constant.HeatmapCanvas */;
418
418
  canvas_1.width = 0;
419
419
  canvas_1.height = 0;
420
- // canvas.style.position = Constant.Absolute;
421
- canvas_1.style.zIndex = "".concat(2147483647 /* Setting.ZIndex */);
420
+ canvas_1.style.position = "absolute" /* Constant.Absolute */;
421
+ // canvas.style.zIndex = `${Setting.ZIndex}`;
422
422
  canvas_1.style.pointerEvents = 'none'; // Allow clicks to pass through
423
423
  iframeParent.appendChild(canvas_1);
424
424
  }