@klippa/ngx-enhancy-forms 20.0.9 → 20.0.10

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.
@@ -2943,9 +2943,6 @@ class WithTooltipDirective {
2943
2943
  return;
2944
2944
  }
2945
2945
  }
2946
- if (getComputedStyle(el.nativeElement).position === 'static') {
2947
- el.nativeElement.style.position = 'relative';
2948
- }
2949
2946
  this.hookDiv = document.createElement('div');
2950
2947
  this.hookDiv.style.position = 'absolute';
2951
2948
  this.hookDiv.style.transform = 'translate(0, 0)';