Skip to content

Commit 033e917

Browse files
authored
Merge pull request #5704 from IgniteUI/mvenkov/set-grid-z-index-to-1-7.3.x
fix(grids): set grids z-index to 1, #5674
2 parents b769db0 + f9a2bf1 commit 033e917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570
overflow: hidden;
571571
box-shadow: $grid-shadow;
572572
outline-style: none;
573-
z-index: 0;
573+
z-index: 1;
574574

575575
%cbx-display {
576576
min-width: rem(20px);

0 commit comments

Comments
 (0)