Skip to content

Commit ebb9f93

Browse files
authored
Merge pull request #5786 from IgniteUI/mvenkov/update-row-drag-ghost-z-index-7.3.x
Set z-index of row drag ghost to 1 same as the grid one
2 parents 9834a77 + 462dc04 commit ebb9f93

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)