Remove Scrollbar from Textarea in IE
It makes you wonder why do textareas have in IE a scrollbar even when they’re empty. Nobody knows for sure but here’s the solution.
textarea { overflow: auto; }