Skip to content

Commit

Permalink
fix(grid): row resizer is not visible with sticky columns
Browse files Browse the repository at this point in the history
  • Loading branch information
magdalenaan authored and Juveniel committed May 25, 2023
1 parent 3097ef2 commit 2411983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@
position: absolute;
background: none;
cursor: row-resize;
z-index: 2;
}
}

Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/grid/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@
position: absolute;
background: none;
cursor: row-resize;
z-index: 2;
}

.k-row-resizer {
Expand Down

0 comments on commit 2411983

Please sign in to comment.