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:
parent
19ce472d4d
commit
3091d9e6dd
|
@ -66,7 +66,6 @@ input[type="reset"], input[type="submit"] {
|
|||
}
|
||||
|
||||
textarea {
|
||||
overflow: hidden;
|
||||
word-wrap: break-word;
|
||||
resize: none;
|
||||
line-height: 1.5em;
|
||||
|
|
Loading…
Reference in New Issue