How to remove small black lines in the left buttom corner of text area?

Screenshot 2022-07-23 234319

Hi! May someone, please, tell me how to remove these lines insise the textarea in the form?

Here is my site Read-Only: [LINK](Webflow - WeMoved)
(how to share your site Read-Only link)

hi @Vitalii it is done with custom CSS code

textarea {
  resize: none;
}

Docs:

1 Like

Thank you very much man!!

HI @Vitalii if you do not have further question feel free to close your request as solved. :wink:

I dont want to show the border of textareaautosize of mui when selected.
How can i achieve this