when a normal HTML <textarea> tag is used, the size of the <textarea> can be altered by the user by clicking on the bottom right corner and dragging it. I notice this in many places including textareas in SO. How can I disable this resizing? Is there any way to do that?
when a normal HTML <textarea> tag is used, the size of the <textarea> can
Share
That’s a feature provided by the browser rendering engine, not HTML itself. You can override it with CSS: