Skip to content

Commit

Permalink
Update textarea overflow to scroll (#609)
Browse files Browse the repository at this point in the history
* Update textarea overflow to scroll

* Update _forms.scss

* Update _forms.scss
  • Loading branch information
Marek Ľach authored and elegaanz committed Jun 2, 2019
1 parent bffce04 commit b2312d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -127,7 +127,7 @@ form.new-post {
}
textarea {
min-height: 20em;
overflow-y: hidden;
overflow-y: scroll;
resize: none;
-webkit-appearance: textarea;
}
Expand Down

0 comments on commit b2312d7

Please sign in to comment.