Footer z-index issues

I recently posted about a z-index issue with my footer: https://theme.co/apex/forum/t/navigation-drop-down-behind-element/55711/2

And now I am having another similar problem on my calendar page… when I scroll down, my footer appears over top of my events modal windows from MEC. See here: https://screencast.com/t/chk6zw7ZQMv

Wondering how I might fix this.
Thanks

Hey @threeoten,

The Modal’s z-index needs to be higher. Please add this code in Theme Options > CSS

.lity {
    z-index: 99999;
}

Hope that helps.

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