Skip to content

Commit 840f62a

Browse files
authored
Merge branch 'master' into lint-unused
2 parents 879a92a + ccc1223 commit 840f62a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7611,8 +7611,9 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
76117611
});
76127612
});
76137613
});
7614-
7615-
this.hideOverlays();
7614+
if(!this.navigation.isColumnFullyVisible(this.navigation.lastColumnIndex)) {
7615+
this.hideOverlays();
7616+
}
76167617
const args: IGridScrollEventArgs = { direction: 'horizontal', event, scrollPosition: this.headerContainer.scrollPosition };
76177618
this.gridScroll.emit(args);
76187619
}

0 commit comments

Comments
 (0)