Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created August 17, 2013 11:34
Show Gist options
  • Select an option

  • Save aliencode/6256494 to your computer and use it in GitHub Desktop.

Select an option

Save aliencode/6256494 to your computer and use it in GitHub Desktop.
Textarea 禁用缩放功能
textarea {
resize: none;
}
/*Or, if need only vertical resize:*/
textarea {
resize: vertical;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment