-
Issue description: Hi everyone - I’m having some trouble that I haven’t run into before with the Event Calendar widget. I have a small grid on a squarespace site, and when I click on an individual event, the popup appears with text from the squarespace site overlaying the event popup. This obviously makes it quite challenging to read the event description. Any ideas?
-
Link to the page with the widget in question: The upcoming special services and events section on this page! https://www.ssaparish.org/
Welcome to the Community, @Amanda_Bourne ![]()
Apologies for this inconvenience!
I’ve shared this issue with the devs and will report back once it’s fixed ![]()
Hi there, @Amanda_Bourne ![]()
Thank you for waiting!
We’ve fixed this issue with this CSS code added to each of your widgets:
@external {
.fe-block:has(.elfsight-app-WIDGET_ID) {
z-index: 50;
}
}
We’ve replaced WIDGET_ID in the code with the actual IDs of your widgets.
Please check your website and let me know if everything is fine now ![]()
