Hi!
I’ve just found the css property that was messing up the modals:
.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
z-index: 1;
}
I’m using a child theme, so I was able to fix it easily by adding the following in the child theme’s css file to override it:
.mobile-bg-fix-wrap .mobile-bg-fix-whole-site {
z-index: auto;
}
I’m not 100% sure though if it’s something worth fixing in Zerif-Lite theme or even if it’s the best solution. At least it worked for me!
Regards,
Bego