Skip to content

Instantly share code, notes, and snippets.

@rodi01
Created September 10, 2011 04:48
Show Gist options
  • Save rodi01/1207939 to your computer and use it in GitHub Desktop.
Save rodi01/1207939 to your computer and use it in GitHub Desktop.
Resize Textarea in Webkit
textarea {
resize: horizontal;
}
textarea {
resize: none;
}
textarea {
resize: vertical;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment