jQuery slider button shows through data picker

前端 未结 1 1561
甜味超标
甜味超标 2021-01-23 11:09

I have a jQuery datepicker on a form and a jQuery slider just below it. When I select the datepicker the calendar pops up, but the button from the slider is visible on top of th

1条回答
  •  南笙
    南笙 (楼主)
    2021-01-23 11:29

    Add this to your CSS:

    .ui-datepicker {z-index:3!important;}
    

    0 讨论(0)
提交回复
热议问题