To hide only the resizer, use this:
textarea::-webkit-resizer { display: none; } textarea::-moz-resizer { display: none; }