igniteui-angular 21.2.7 → 21.2.8

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.
@@ -7670,6 +7670,8 @@ class IgxGridBaseDirective {
7670
7670
  settings = overlay.settings;
7671
7671
  }
7672
7672
  this.rowEditPositioningStrategy.settings.container = this.tbody.nativeElement;
7673
+ this.rowEditPositioningStrategy.settings.clipToVisibleArea =
7674
+ this.type === 'hierarchical' && this.rootGrid !== this;
7673
7675
  const pinned = this._pinnedRecordIDs.indexOf(rowID) !== -1;
7674
7676
  const targetRow = !pinned ?
7675
7677
  this.gridAPI.get_row_by_key(rowID)