By default, the size of textarea inputs in google chrome is configured in the browser. Is there any way to make this unregulated?
You can use this css for this:
textarea { resize: none; }
More info here. :)