SyntaxFix
Write A Post
Hire A Developer
Questions
I had this error, because i scrolled bottom. Datepicker had wrong top position in fixed. I just use it now like:
$('#myModal').on('show.bs.modal', function (e) { $(document).scrollTop(0); });
and its working fine now.