fix(feedback): remove textarea overflow hiding to allow scrolling

I'm unsure why all textareas need overflow hidden. Doing so
essentially overrides what I would expect to be standard textarea
behavior. I would rather remove the reset and fix any areas that
have issues.
This commit is contained in:
Leonard Kim 2018-05-02 11:48:21 -07:00 committed by Дамян Минков
parent 19ce472d4d
commit 3091d9e6dd
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ input[type="reset"], input[type="submit"] {
}
textarea {
overflow: hidden;
word-wrap: break-word;
resize: none;
line-height: 1.5em;