Daniel Lee 8 лет назад
Родитель
Сommit
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;