@blorkfield/overlay-core 0.5.1 → 0.5.2

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.
package/dist/index.cjs CHANGED
@@ -1561,7 +1561,6 @@ var OverlayScene = class {
1561
1561
  const shadowElement = entry.domElement.cloneNode(true);
1562
1562
  shadowElement.style.opacity = String(opacity);
1563
1563
  shadowElement.style.pointerEvents = "none";
1564
- shadowElement.style.transform = entry.domOriginalTransform || "";
1565
1564
  entry.domElement.parentNode?.insertBefore(shadowElement, entry.domElement);
1566
1565
  entry.domShadowElement = shadowElement;
1567
1566
  return;