diff --git a/static/css/_forms.scss b/static/css/_forms.scss index f095daee..7b451d4f 100644 --- a/static/css/_forms.scss +++ b/static/css/_forms.scss @@ -30,7 +30,7 @@ form input[type="submit"] { textarea { resize: vertical; - + overflow-y: scroll; font-family: $lora; font-size: 1.1em; line-height: 1.5; @@ -127,7 +127,7 @@ form.new-post { } textarea { min-height: 20em; - overflow-y: hidden; + overflow-y: scroll; resize: none; -webkit-appearance: textarea; }