Sfoglia il codice sorgente

Merge branch 'v4.4.x'

Daniel Lee 8 anni fa
parent
commit
fe3bcd3678
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;