diff --git a/src/Components/Main.tsx b/src/Components/Main.tsx index cf25d33..56b9d09 100644 --- a/src/Components/Main.tsx +++ b/src/Components/Main.tsx @@ -23,7 +23,7 @@ const dummyOutput = document.createElement("output"); const ArticleInput = styled.textarea` line-height: 1.6; - resize: none; + resize: block; width: 100%; `; const OutputContainer = styled.dialog`