Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Created July 30, 2012 15:17
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 GaryJones/3207685 to your computer and use it in GitHub Desktop.
Save GaryJones/3207685 to your computer and use it in GitHub Desktop.
Correct too narrow jQuery UI Datepicker container if using * { box-sizing: border-box }.
.ui-datepicker-div,
.ui-datepicker-inline,
#ui-datepicker-div {
box-sizing: content-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment