Skip to content

Commit f8d30c0

Browse files
committed
fix(grids): set z-index of row drag ghost to 1, #5748
This will make the z-index of the row drag ghost equal to the one of the grid. This will not fix application scenario where grid is put in stacking container with higher z-index. To fix this drag and drop directive should be able to use outlet where drag ghost should be put in the DOM tree instead as a child of the body.
1 parent ea666cd commit f8d30c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@
886886

887887
&%igx-grid__tr--ghost {
888888
background: --var($theme, 'row-ghost-background');
889+
z-index: 1;
889890
}
890891
}
891892

0 commit comments

Comments
 (0)