FullCalendar dayClick not working (does nothing)

前端 未结 8 1771
天涯浪人
天涯浪人 2021-01-18 05:52

I am trying to get the \'dayClick\' function to work on FullCalendar, but when I press on any empty day, nothing happens. I have searched all over SO and cannot find any sol

8条回答
  •  旧时难觅i
    2021-01-18 06:41

    I used fullcalendar in company project ,when the table in below window view ,The dayClick not working, finally I find the css of "html{overflow-x:hidden}" result,I remove the css,it's ok.

提交回复
热议问题