Skip to content

Commit

Permalink
fix(feedback): remove textarea overflow hiding to allow scrolling
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
virtuacoplenny authored and damencho committed May 2, 2018
1 parent 19ce472 commit 3091d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ input[type="reset"], input[type="submit"] {
}

textarea {
overflow: hidden;
word-wrap: break-word;
resize: none;
line-height: 1.5em;
Expand Down

0 comments on commit 3091d9e

Please sign in to comment.