Twitter Bootstrap Datepicker within modal window

后端 未结 22 1804
旧时难觅i
旧时难觅i 2020-11-29 02:42

I am currently using the Twitter Bootstrap framework, and when using the modal windows I cannot get over js elements to work like datepicker or validation, though chosen and

22条回答
  •  温柔的废话
    2020-11-29 03:00

    For BootsTrap Calender use this

    /The Calender Index CSS/

    .bootstrap-datetimepicker-widget {
       z-index:99999 !important;
    }
    

提交回复
热议问题