How can I make a TextBox control that is multiline not be resizable? January 1, 2024 by Tarik You should be able to disable textarea resizing in Chrome and Safari with this css: textarea { resize: none; }