I had an issue with the Fusable about page slider that would not allow me to click on anything in the off-canvas. It turns out, when you trigger an off-canvas in Elementor, it uses the inert attribute, which sets the CSS property interactivity.
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/interactivity
element {
interactivity: inert;
}