Skip to content

Commit 8ae622b

Browse files
authored
fix: increase the resize handle hit zone (#4535)
Increased from 1px to 4px Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent c37c597 commit 8ae622b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dgrid/src/Common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ html.has-mozilla .dgrid-focus {
437437
top: -4px;
438438
cursor: col-resize;
439439
z-index: 999;
440-
border-left: 5px solid transparent;
440+
border-left: 8px solid transparent;
441441
outline: none;
442442
}
443443

0 commit comments

Comments
 (0)