Skip to content

Instantly share code, notes, and snippets.

@theuntitled
Created June 17, 2014 08:58
Show Gist options
  • Save theuntitled/23a06225be927ecf7c52 to your computer and use it in GitHub Desktop.
Save theuntitled/23a06225be927ecf7c52 to your computer and use it in GitHub Desktop.
iOS input type date
input[type=date] {
-webkit-min-logical-width: 100%;
-webkit-appearance: menulist-button;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment