I've noticed that on Firefox and Chrome that the textareas are resizable vertically as well as horizontally; the resize rule not having been set. I occasionally break the layout a bit when I resize the textarea using the browser's built-in handle instead of the drag bar.
resize: vertical;
or
resize: none;
should fix the issue.