mugifly / jquery-simple-datetimepicker

Date & time picker for jQuery, It's simple & clean.
http://mugifly.github.com/jquery-simple-datetimepicker
Other
260 stars 182 forks source link

Position / outerHeight() gives wrong value #74

Closed ricardocanelas closed 10 years ago

ricardocanelas commented 10 years ago

Please change:

line 929: $picker.parent().css("top", $input.outerHeight() + 2 + "px");

captura de tela 2013-10-20 as 12 51 58

for

line 929: $picker.parent().css("top", $input.outerHeight({margin: true}) + 2 + "px");

captura de tela 2013-10-20 as 12 52 09