JSFiddle DEMO
I have input with jQuery datepicker (that opens up on focus).
$( "#datepicker" ).datepicker()
when we choose another month, that have greater number of weeks, datepicker overlaps input.
I can always open down datepicker, and this problem will be resolved, but it's not good solution.
Do you know another solution for this problem?
Thanks in advance