Stop resizing textarea html

Disable textarea resizable functionality

textarea {
     resize: none;
}

You can also resize textarea horizontal or vertical.

textarea {
     resize: vertical;
}
textarea {
     resize: horizontal;
}

Comments

Popular posts from this blog

Add Image through base64 on PDF in itextsharp

Set span value using jquery and javascript

how to insert text and tags at the cursor CKEDITOR