tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

Popup is positioned at the bottom of the screen #37

Closed ghost closed 8 years ago

ghost commented 9 years ago

I am not sure why but popup in my website is not position below the element but rather at the bottom of the screen. I am using the latest version, the css file is loaded.

In the demo page the element has additional top and left css style applied to it that is computed, but mine does not. There are no JS errors in the console.

ghost commented 8 years ago

Ok, I have figured it out. I was missing the jquery ui position plugin. There was no error so it toke me some time to figure out.