@gemx-dev/clarity-visualize 0.8.53 → 0.8.54
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,7 +417,7 @@ 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
|
-
|
|
420
|
+
// canvas.style.position = Constant.Absolute;
|
|
421
421
|
canvas_1.style.zIndex = "".concat(2147483647 /* Setting.ZIndex */);
|
|
422
422
|
canvas_1.style.pointerEvents = 'none'; // Allow clicks to pass through
|
|
423
423
|
iframeParent.appendChild(canvas_1);
|