I want to disable the resizable property of a textarea.
textarea
Currently, I can resize a textarea by clicking on the bottom right corner of the
Adding !important makes it work:
!important
width:325px !important; height:120px !important; outline:none !important;
outline is just to avoid the blue outline on certain browsers.
outline