Skip to content

Instantly share code, notes, and snippets.

@codekipple
Created September 11, 2014 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codekipple/a63929d5149394092f5c to your computer and use it in GitHub Desktop.
Save codekipple/a63929d5149394092f5c to your computer and use it in GitHub Desktop.
Hack for targeting firefox
@-moz-document url-prefix() {
select {
height: auto;
}
}
http://stackoverflow.com/questions/3123063/what-does-moz-document-url-prefix-do/3123073#3123073
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment