JQuery UI - DatePicker not accounting for scroll height from scrollTop when using Chrome

JQuery UI - DatePicker not accounting for scroll height from scrollTop when using Chrome

My apologies if this is posted in the wrong location as I'm new to JQuery.  I have a webpage that has several divs that are dynamically built using JavaScript.  When the page loads, the datepicker popup windows positions itself correctly over or under the input fields of date fields.  However, if I trigger a div to be created dynamically and scroll down the page to that div to select a date field, the position of the datepicker popup is appearing much further down the page and not attaching itself to the input field.  Now, it gets much trickier because the page works perfectly in IE 9 or above but not in Chrome which is totally a paradox since its usually the other way around.  See attached images.



IE 11





CHROME





Any help would be greatly appreciated!!