Modern events calender problem

hi there,
i use me calender carousel with modal popup.
i have a problem, when the event is clicked and the modal popup is visible, i cant see the close button, it seems it is behind the header. any chance to fix that?
also on mobile phones i cant close the event because of that.

pls try it out yourself (url in secure notes)

also there is a strange shadow?

thanks for your help.

Hi Harald,

Thanks for reaching out.

Yet’s behind due to z-index, please add this CSS to Theme Options > CSS.

.lity {
    z-index: 99999999990 !important;
}

Hope this helps :slight_smile:

thats i!
thanks :slight_smile:

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.