Event calendar won't show event content -

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 :wave:

I’ve passed the issue on to the devs and will get back to you later :slightly_smiling_face:

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 :slightly_smiling_face: