Yes, certainly you can do that. Go to My Calendar > Settings > Output and check the box “Open calendar links to event details”
You may have a problem with the container that My Calendar is appearing in is set to ‘overflow: hidden’; you can’t resolve that with z-index – you’d just need to remove overflow: hidden.
Thanks for the response! It’s not the actual overflow, it’s that the bottom of the popup is getting placed behind the header text below the calendar. I can see it, but the header text in the section below it.
For the “Open calendar link to event details” can I have that load in a new tab? Didn’t see anywhere to add a target blank.
Thanks!
No, you can’t have it load in a new tab.
I’d need to see the site to provide any comments about the CSS, however.
Lol, well I did something. Now it seems to open on the day, which is good, but it keeps pushing my viewport around.
https://norotonfd.com/_members-test
Wow, that theme has a lot of z-index. I had to remove the z-index value on 7 or 8 different items before I was able to get one of the footer columns to move to the bottom of the stack.
The problem is that z-index has been declared on each container: the wrapping container for the columns, the section container, each container itself…it just keeps nesting down, and each container has z-index=1. Messy.
If it was me, I’d do a child theme and remove all z-index references from the child theme.
The reflow issue is, I think, because your theme has some scripting that’s shifting the viewport based on current focus, do it moves the screen when you expand the panel.