Skip to content

Commit

Permalink
fix(text-field): fix overflow jump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Rashkovan committed Sep 18, 2024
1 parent 65d9811 commit e2cc69a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/experimental/TextField/TextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ const InnerWrapper = styled.div<{ $autoResize: boolean }>`
&::after,
${TextArea} {
overflow: hidden;
/* Place on top of each other */
grid-area: 1 / 1 / 2 / 2;
}
Expand Down

0 comments on commit e2cc69a

Please sign in to comment.