igniteui-angular 14.0.0 → 14.0.1

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.
@@ -10902,8 +10902,6 @@ class IgxForOfDirective {
10902
10902
  return height;
10903
10903
  }
10904
10904
  _recalcOnContainerChange() {
10905
- this.dc.instance._viewContainer.element.nativeElement.style.top = '0px';
10906
- this.dc.instance._viewContainer.element.nativeElement.style.left = '0px';
10907
10905
  const prevChunkSize = this.state.chunkSize;
10908
10906
  this.applyChunkSizeChange();
10909
10907
  this._recalcScrollBarSize();