Skip to content

Commit e4fec7a

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 103f1df commit e4fec7a

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
@@ -867,6 +867,7 @@
867867

868868
&%igx-grid__tr--ghost {
869869
background: --var($theme, 'row-ghost-background');
870+
z-index: 1;
870871
}
871872
}
872873

0 commit comments

Comments
 (0)