@gemx-dev/clarity-visualize 0.8.53 → 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.
|
@@ -418,7 +418,7 @@ function createParentWindowCanvas(iframeDoc) {
|
|
|
418
418
|
canvas_1.width = 0;
|
|
419
419
|
canvas_1.height = 0;
|
|
420
420
|
canvas_1.style.position = "absolute" /* Constant.Absolute */;
|
|
421
|
-
|
|
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
|
}
|