Showing posts with label CSS. Show all posts
How to prevent resizing of TextArea?
We need to disable the re-sizable property of a TextArea. Normally, we can resize a TextArea by clicking on the bottom right corner of the TextArea and dragging the mouse. The following CSS is used to disable this behaviour.
Use the following CSS rule.