Skip to content

Instantly share code, notes, and snippets.

@MarkusH
Created October 1, 2014 18:02
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 MarkusH/6079d18dd27e6aabf93a to your computer and use it in GitHub Desktop.
Save MarkusH/6079d18dd27e6aabf93a to your computer and use it in GitHub Desktop.
Foundation select multiple size
/* http://foundation.zurb.com/forum/posts/3108-form-with-multiselect-invalid-size */
select {
height: auto;
}
select[size], select[multiple] {
background-image: none;
}
select{height:auto;}select[size],select[multiple]{background-image:none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment