codexly-ui 0.0.70 → 0.0.71

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.
@@ -14021,7 +14021,7 @@ class ClxToastService {
14021
14021
  ref.setInput('position', position);
14022
14022
  this._appRef.attachView(ref.hostView);
14023
14023
  const el = ref.location.nativeElement;
14024
- el.style.zIndex = '99999';
14024
+ el.style.cssText = 'display:block!important;position:fixed!important;inset:0!important;pointer-events:none!important;z-index:2147483647!important;';
14025
14025
  document.body.appendChild(el);
14026
14026
  this._containers.set(position, ref);
14027
14027
  return ref;