@acorex/cdk 20.3.35 → 20.3.37

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.
@@ -1059,7 +1059,7 @@ class AXDragDirective {
1059
1059
  this.renderer.setStyle(clonedElement, 'margin', '0');
1060
1060
  this.renderer.setStyle(clonedElement, 'box-sizing', 'border-box');
1061
1061
  this.renderer.setStyle(clonedElement, 'opacity', '0.75');
1062
- this.renderer.setStyle(clonedElement, 'z-index', '999');
1062
+ this.renderer.setStyle(clonedElement, 'z-index', '9999');
1063
1063
  this.renderer.setStyle(clonedElement, 'pointer-events', 'none', RendererStyleFlags2.Important);
1064
1064
  this.renderer.setStyle(clonedElement, 'user-select', 'none');
1065
1065
  this.renderer.setStyle(clonedElement, 'touch-action', 'none');