I need to disable the "resizable" property of a HTML textarea. Can someone please explain how to do this?
You can use the following CSS.
textarea { resize: none; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
You can use the following CSS.