Question

i try to shown datepicker in modal, but the result is like this :

enter image description here

datepicker shown in wrong place, but when i try the code in jsfiddle is work fine

this is my link : http://jsfiddle.net/alverhothasi/D7bBg/

i use SUPERHERO from bootswatch

Was it helpful?

Solution

There should be a css conflict, since you've also tagged bootstrap. Jquery UI is known to have problems with bootstrap. There is a Jquery UI theme suitable for bootstrap, you can try it.

For a quick fix, try adding following css to idTourDateDetails:

position: relative;
z-index: 100000;

This might give the datepicker the correct z-index.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top