Skip to content

Commit bfdbfc8

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 c263eb1 commit bfdbfc8

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
@@ -848,6 +848,7 @@
848848

849849
&%igx-grid__tr--ghost {
850850
background: --var($theme, 'row-ghost-background');
851+
z-index: 1;
851852
}
852853
}
853854

0 commit comments

Comments
 (0)