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.
2 parents c37f26d + 3fc9890 commit dd9eb05Copy full SHA for dd9eb05
jquery.simple-dtpicker.js
@@ -908,7 +908,7 @@
908
$picker.parent().css("top", $input.outerHeight() + 2 + "px");
909
}
910
else{
911
- $picker.parent().css("top", $input.offset().top + $input.outerHeight() + 2 + "px");
+ $picker.parent().css("top", $input.position().top + $input.outerHeight() + 2 + "px");
912
$picker.parent().css("left", $input.position().left + "px");
913
914
});
0 commit comments