The datepicker in jQueryUI renders with a dynamic position. It renders according to its css if there\'s enough room for it, but if there isn\'t enough window space it tries
In your css file, for example:
#ui-datepicker-div { position: absolute !important; top: auto !important; left: auto !important; }
Your important settings, whatever they are, will override the inline defaults.