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 b9742c4 commit 3fc9890Copy full SHA for 3fc9890
jquery.simple-dtpicker.js
@@ -894,7 +894,7 @@
894
$picker.parent().css("top", $input.outerHeight() + 2 + "px");
895
}
896
else{
897
- $picker.parent().css("top", $input.offset().top + $input.outerHeight() + 2 + "px");
+ $picker.parent().css("top", $input.position().top + $input.outerHeight() + 2 + "px");
898
$picker.parent().css("left", $input.position().left + "px");
899
900
});
0 commit comments