Skip to content

Commit 8c94bfe

Browse files
committed
fix(grids): set grids z-index to 1, #5674
1 parent 4dc4821 commit 8c94bfe

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
@@ -603,7 +603,7 @@
603603
overflow: hidden;
604604
box-shadow: $grid-shadow;
605605
outline-style: none;
606-
z-index: 0;
606+
z-index: 1;
607607
border: $grid-border-width solid --var($theme, 'grid-border-color');
608608

609609
%cbx-display {

0 commit comments

Comments
 (0)