소스 검색

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 7 년 전
부모
커밋
3091d9e6dd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      css/_base.scss

+ 0
- 1
css/_base.scss 파일 보기

@@ -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;

Loading…
취소
저장