From cbfc558aad14ef55b911acde3457921abaca5169 Mon Sep 17 00:00:00 2001 From: Dylan <99700808+dkilgore-eightfold@users.noreply.github.com> Date: Fri, 25 Aug 2023 10:29:15 -0700 Subject: [PATCH] fix: textarea: ensure grip icon doesn't block mouse drag (#698) --- src/components/Inputs/input.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Inputs/input.module.scss b/src/components/Inputs/input.module.scss index 7d4c52792..4d1f95273 100644 --- a/src/components/Inputs/input.module.scss +++ b/src/components/Inputs/input.module.scss @@ -1055,6 +1055,7 @@ } .text-area-resize-icon { + pointer-events: none; position: absolute; bottom: $space-xs; right: $space-xxs;