Site logo

Archived topic

Off Canvas panel Overlay Menu items can be clicked even if menu is closed.

7 replies · Started by Francesco on August 26, 2021

Viewing posts 1–8 of 8

Hi, I'm using an overlay Menu (off canvas panel) I set up the content using off canvas panel widget.
My problem : even if menu is closed, elements can be clicked (they are invisible, but - if i move the mouse over the images - the pointer find them, creating problems in navigation).
How can i fix this ?
thanks

Hi there,

can you share a link to your site where i can see the issue?

Hi, sorry for delay, I'm attaching you the link into the private information tab.
Thanks for your help

Hi there,

try adding this CSS:

.slideout-navigation.do-overlay:not(.is-open) {
    pointer-events: none;
}

Hi there, unfortunately it doesn't work

Hi there, yes I fixed it by myself. I've targeted different classes and used
a display:none instead of pointer-events:none

Glad to hear that :)

This archived topic is closed to new replies.