We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da395d commit 6a2872cCopy full SHA for 6a2872c
ui/widgets/datepicker.js
@@ -816,7 +816,7 @@ $.extend( Datepicker.prototype, {
816
}
817
if ( !$.datepicker._pos ) { // position below input
818
$.datepicker._pos = $.datepicker._findPos( input );
819
- $.datepicker._pos[ 1 ] += input.offsetHeight; // add the height
+ $.datepicker._pos[ 1 ] += inst.input.outerHeight(); // add the height
820
821
822
isFixed = false;
0 commit comments