If you want to hide the scroll bar when it's not needed you should use overflow:auto; in your style definition for the textarea. …
.textarea { overflow:auto; }
Free analytics