Hi, before writing, I searched the forum but couldn’t find any information about this
@norm maybe there’s a problem with blocks that contain visibility triggers (tried also with class change) inside blocks that have images with parallax enabled.
When I activate the trigger, the background ‘jumps’ from the bottom to the top for a moment.
I tried forcing the background height via CSS without success.
To ensure that the height of the container activated by the trigger doesn’t affect it, I made everything fixed with zero height. Same result.
Possibly a shortcoming of the parallax solution Blocs uses, inspect the exported code, you may need to add some JS to adapt and listen for the layout shift when your menu is toggled.
I tried some solutions without success, analyzing the parallax position and the .parallax__container container and .lock-scroll & .parallax. I’ll try again