Skip to content

Commit

Permalink
fix(web): support content input scroll (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumbobeaty authored Aug 30, 2024
1 parent 132e65f commit ff375f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/src/beta/lib/reearth-ui/components/TextArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ const StyledTextArea = styled.textarea<{
minHeight: fonts.lineHeights.body * 2 + theme.spacing.smallest * 2,
overflowX: "hidden",
boxSizing: "border-box",
pointerEvents: disabled ? "none" : "inherit",
"::placeholder": {
"::placeholder": {
color: theme.content.weak
}
}));
Expand Down

0 comments on commit ff375f4

Please sign in to comment.