Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created January 7, 2014 09:08
Show Gist options
  • Save adikahorvath/8296727 to your computer and use it in GitHub Desktop.
Save adikahorvath/8296727 to your computer and use it in GitHub Desktop.
crossbrowser textarea
textarea {
overflow: auto;
min-height: 100px;
resize: vertical;
vertical-align: top;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment