I’ve noticed that before the version 1.11 too (not sure which one), but now I need the Off Canvas thing again, and just figured the problem has never been fixed.
So, if you try to use Off Canvas element with the following settings
…it’ll bust out the opposite viewport side completely by leaving the content unreachable.
By inspecting the CSS, it looks like the core CSS (frontend.min.css) uses some faulty declaration. It’s actually not faulty but it feels that it shouldn’t be there:
Can you deactivate the sticky header for a minute and test if it works then?
The problem should have been fixed since Bricks 1.11 beta - if it’s the same problem (I’m not quite sure)
Also, please send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase.
The issue is caused by the backdrop-filter on #brx-header, which creates a new stacking context, leading to issues with positioned elements. That’s a common, but not a Bricks issue.
I changed the selector to #to-top, which seems to work. You can also use a pseudo-element (see the link at the bottom).