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
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 Francesco,
I don't see the issue on your site.
https://www.screencast.com/t/pMo5k2DUg
Has it been fixed? Let me know.
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 :)