Skip to content

Commit

Permalink
fix: col-resize-handle height bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lstgithub578 committed Aug 8, 2024
1 parent 5c5512c commit 065a91b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/modules/ResizeColumns/ResizeColumns.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ export default class ResizeColumns extends Module{
handle.style.position = "sticky";
handle.style[column.modules.frozen.position] = this.frozenColumnOffset(column);
}

handle.style.height = component.row?.heightStyled;

config.handleEl = handle;

Expand Down

0 comments on commit 065a91b

Please sign in to comment.