Datepicker显示错误的位置

时间:2014-04-20 07:18:02

标签: jquery css twitter-bootstrap datepicker modal-dialog

我尝试在模态中显示datepicker,但结果如下:

enter image description here

datepicker显示在错误的位置,但是当我尝试jsfiddle中的代码时工作正常

这是我的链接:http://jsfiddle.net/alverhothasi/D7bBg/

我使用bootswatch中的SUPERHERO

1 个答案:

答案 0 :(得分:1)

应该有一个css冲突,因为你还标记了bootstrap。众所周知,Jquery UI存在引导程序问题。有一个Jquery UI theme suitable for bootstrap,你可以尝试一下。

要快速解决问题,请尝试将以下css添加到idTourDateDetails

position: relative;
z-index: 100000;

这可能会为datepicker提供正确的z-index。