Selaa lähdekoodia

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.
master
Leonard Kim 7 vuotta sitten
vanhempi
commit
3091d9e6dd
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0
    1
      css/_base.scss

+ 0
- 1
css/_base.scss Näytä tiedosto

66
 }
66
 }
67
 
67
 
68
 textarea {
68
 textarea {
69
-    overflow: hidden;
70
     word-wrap: break-word;
69
     word-wrap: break-word;
71
     resize: none;
70
     resize: none;
72
     line-height: 1.5em;
71
     line-height: 1.5em;

Loading…
Peruuta
Tallenna