Incorrect display of calendar popup

I’m having a similar issue. When an event is clicked, the popup displays at the top of the page and locks scrolling. When the popup is closed it leaves the user at the top of the page, and they have to scroll back down to the bottom of the page to continue to look at the events list. I would like the popups to be placed relative to the event links on the page, so the user doesn’t have to scroll back down to view more. You can view the widget issue here: https://travelgoods.org/ (at the bottom of the page). Thank you for your help.

2 Likes

Hi there, @user21093 and welcome aboard :wave:

I’ve passed this issue on to the dev team and will update you on Monday :slightly_smiling_face:

1 Like

Hi there, @user21093 :wave:

Thank you for waiting!

We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of “TGA Show Events 2025 - 1” widget’s settings:

.global-styles,
html,
body {
  height: auto !important;
}

Please check your website and let me know if it’s fine on your end now :wink:

That’s perfect. Thank you, Max.

1 Like

It’s my pleasure :wink: