瀏覽代碼

Merge branch 'v4.4.x'

Daniel Lee 8 年之前
父節點
當前提交
fe3bcd3678
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      public/sass/components/_gf-form.scss

+ 5 - 0
public/sass/components/_gf-form.scss

@@ -117,6 +117,11 @@ $gf-form-margin: 0.25rem;
   overflow: hidden;
   text-overflow: ellipsis;
 
+  // text areas should be scrollable
+  @at-root textarea#{&} {
+    overflow: auto;
+  }
+
   // Unstyle the caret on `<select>`s in IE10+.
   &::-ms-expand {
     background-color: transparent;