Skip to content

Commit

Permalink
fix: textarea: ensure grip icon doesn't block mouse drag
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Aug 24, 2023
1 parent 7941608 commit f76eec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Inputs/input.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,7 @@
}

.text-area-resize-icon {
pointer-events: none;
position: absolute;
bottom: $space-xs;
right: $space-xxs;
Expand Down

0 comments on commit f76eec1

Please sign in to comment.