Wednesday, June 17, 2015

Remove / disable textarea resize image

If you are a little OCD or have the need to stop your <textarea> from being able to be resized thankfully there is a super easy way to achieve this with the CSS resize property.


<textarea class="my-textarea-class></textarea>

.my-textarea-class {
  resize: none
}

The post Remove / disable textarea resize image appeared first on Web Design Weekly.


by Jake Bresnehan via Web Design Weekly

No comments:

Post a Comment