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
My problem was close to:
https://stackoverflow.com/a/39342912/6364246
dayClick only worked when I clicked on the screen visible without scrolling.
I changed html css{overflow-y:scrolling} to {overflow-y:visible} and worked