prevent textarea resize css

CSS
textarea {
  resize: none;
}<textarea class="myTextArea">
Source

Also in CSS: