diff --git a/src/form.css b/src/form.css index ba414aa..c7e26ba 100644 --- a/src/form.css +++ b/src/form.css @@ -46,6 +46,7 @@ textarea:focus { textarea { max-height: 50vh; min-height: 20px; + resize: none; transition: min-height .1s ease-out, height .1s ease-out; } textarea:focus {