Commit f8d30c0
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- projects/igniteui-angular/src/lib/core/styles/components/grid
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| 889 | + | |
889 | 890 | | |
890 | 891 | | |
891 | 892 | | |
| |||
0 commit comments