How TO - Disable Resizing of Textarea
Learn how to disable the resize option of textareas.
Disable Resizing of Textarea
You can use the resize
property to specify whether a textarea should be
resizable or not:
Tip: Go to our CSS resize Reference to learn more the resize property.