79376185

Date: 2025-01-21 23:35:46
Score: 0.5
Natty:
Report link

I found a mmenu native solution for this, use the "noSelector" configuration, like this:

const menu = new Mmenu("#menu", {
        // Options
        offCanvas: {
            position: "right-front",
        }
    },{
        // Configuration
        offCanvas: {
            page: {
                selector: "#page",
                noSelector: ["#footer"],
            },
        },
    });

Works for me. Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Whitelisted phrase (-1): Works for me
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Guille