jQuery datapicker appearing behind twitter bootstrap modal

后端 未结 3 560
孤街浪徒
孤街浪徒 2021-01-05 01:54

I am using Bootstrap v2.3.2 and jQuery Datepicker v1.10.0,

On a modal I am trying to make use of the datepicker and it is appearing behind the modal on Firefox and

3条回答
  •  天涯浪人
    2021-01-05 02:40

    I faced the same issue, fixed it with;

    .datepicker{z-index:9999 !important}
    

    Ref: github

提交回复
热议问题