Frage

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

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top