Issue with z-index

Hi,

Here - https://sundayfolk.nl - I have installed a plugin for GDPR (Moove). I adjusted the z-index so it remains on top of the menu bar. However, when clicking the button in the left hand corner and the subsequent modal that pops up, the closing ‘X’ doens’t appear completely on larger screens. It looks like the part outside of the modal got cut off. Am I missing something?

Hey @yingfuli,

This issue is not caused by the theme. Please contact the third party plugin’s support for this. Here’s the offending CSS from the plugin.

.lity-content>div {
    overflow: hidden;
}

hidden should be changed to visible. I’m not sure of the ramifications that it will do to the plugin though so you need to contact the plugin author or support.

Thanks.

It did the trick though :wink: Thanks.

You are most welcome. :slight_smile:

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