Skip to content

Commit cab508f

Browse files
authored
Merge pull request #5785 from IgniteUI/mvenkov/update-row-drag-ghost-z-index-8.1.x
Set z-index of row drag ghost to 1 same as the grid one
2 parents a9295dc + 586ea09 commit cab508f

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)