Hi, as I don't know where to put hands on the code I suggest to change the CSS as showed in the following two screen the bugged one and the fixed one.
The bugged one:
The fixed one:
The CSS that fix this issue (correct one is the following):
textarea.FormControl {
resize: vertical;
}