Procházet zdrojové kódy

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.
j8
Leonard Kim před 7 roky
rodič
revize
3091d9e6dd
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      css/_base.scss

+ 0
- 1
css/_base.scss Zobrazit soubor

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

Načítá se…
Zrušit
Uložit