浏览代码

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 年前
父节点
当前提交
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;

正在加载...
取消
保存