Skip to content

Commit 2411983

Browse files
magdalenaanJuveniel
authored andcommitted
fix(grid): row resizer is not visible with sticky columns
1 parent 3097ef2 commit 2411983

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/default/scss/grid/_layout.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@
10481048
position: absolute;
10491049
background: none;
10501050
cursor: row-resize;
1051+
z-index: 2;
10511052
}
10521053
}
10531054

packages/fluent/scss/grid/_layout.scss

+1
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@
488488
position: absolute;
489489
background: none;
490490
cursor: row-resize;
491+
z-index: 2;
491492
}
492493

493494
.k-row-resizer {

0 commit comments

Comments
 (0)