Explorar o código

Merge branch 'v4.4.x'

Daniel Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
fe3bcd3678
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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;