The event calendar won’t scroll to show the content of the pop up.
https://dancinginsideout.com/upcoming-courses
1 Like
Hey there, @Immi_Cardy and welcome aboard
I’ve passed the issue on to the devs and will get back to you later
The issue appeared because of the conflict with this script dancinginsideout.com/components/com_nicepage/assets/js/nicepage.js
.
However, we’ve fixed the issue by adding this code to the Custom JS field on the Settings tab of your widget settings:
window.addEventListener(
'wheel',
function (e) {
e.stopImmediatePropagation();
},
{ capture: true }
);
Please check your website and let me know if the widget works fine now