Skip to content

Commit d900d7e

Browse files
committed
Update src/dateinput/dateinput.js
fixed issue in calculation of top. Probably due to new version of Jquery.
1 parent b1b3b1c commit d900d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dateinput/dateinput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
}
477477

478478
root.css({
479-
top: pos.top + input.outerHeight({margins: true}) + conf.offset[0],
479+
top: pos.top + input.outerHeight(true) + conf.offset[0],
480480
left: pos.left + conf.offset[1]
481481
});
482482

0 commit comments

Comments
 (0)