Skip to content

Commit 3e2dc87

Browse files
committed
fix(TextArea): clippy's text-area overflow height
1 parent 547cdb7 commit 3e2dc87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/TextArea/TextArea.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import styled from 'styled-components';
44

55
const Text = styled.textarea`
66
border: none;
7+
max-height: 100%;
78
border-left: 1px solid #868a8e;
89
border-top: 1px solid #868a8e;
910

0 commit comments

Comments
 (0)