How to disable the resizing of the text field
- Previous Page Placeholder Color
- Next Page Disable Text Selection
Learn how to disable the resizing option of the text field.

Prohibit scaling of text fields
You can use resize
An attribute to specify whether the text area should be scalable:
textarea { resize: none; }
Related Pages
Reference Manual:CSS resize Property
- Previous Page Placeholder Color
- Next Page Disable Text Selection