Skip to content

Commit 73d7949

Browse files
authored
Revert "fix(Grid): set z-index to auto - to prevent the overlapping of esf dialog #12850 (#12994)" (#13118)
This reverts commit 0c2956a.
1 parent a9b2dd7 commit 73d7949

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
@@ -770,7 +770,7 @@
770770
}
771771

772772
outline-style: none;
773-
z-index: auto;
773+
z-index: 1;
774774

775775
%cbx-display {
776776
min-width: $cbx-size;

0 commit comments

Comments
 (0)