Update _forms.scss

This commit is contained in:
Marek Ľach 2019-05-31 10:06:28 +02:00 committed by GitHub
parent d2a684650a
commit 1fc3b3dd4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ form.new-post {
} }
textarea { textarea {
min-height: 20em; min-height: 20em;
overflow-y: hidden; overflow-y: scroll;
resize: vertical; resize: vertical;
-webkit-appearance: textarea; -webkit-appearance: textarea;
} }