Skip to content

Commit caa03a6

Browse files
committed
Update dateinput.js
Fixed as per jquerytools#898
1 parent 7c6634b commit caa03a6

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
@@ -471,7 +471,7 @@
471471
}
472472

473473
root.css({
474-
top: pos.top + input.outerHeight({margins: true}) + conf.offset[0],
474+
top: pos.top + conf.offset[0] + input.outerHeight(true);
475475
left: pos.left + conf.offset[1]
476476
});
477477

0 commit comments

Comments
 (0)