textpanel: fixes #9491

(cherry picked from commit 14241404ff)
This commit is contained in:
Daniel Lee
2017-10-17 09:15:44 +02:00
parent 4eb6d82254
commit 769bc5df21
+1
View File
@@ -121,6 +121,7 @@ $gf-form-margin: 0.25rem;
// text areas should be scrollable
@at-root textarea#{&} {
overflow: auto;
white-space: pre-wrap;
}
// Unstyle the caret on `<select>`s in IE10+.