문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top