I am having a similar issue in that a CTA button ‘fixed’ to the bottom right of the screen fails to transition in half-way down the screen, instead is fixed to the bottom of the Body.
This issue has now applied to the modal form triggered by clicking the apply now button at the bottom - it appears fixed to the top of the Body opposed to filling the viewport.
It’s because you have scroll into view trigger on the second to the last section that triggers the button to slide in. Remove this and it will show all the time.
So I am aiming to have this button transition in regardless, however both the CTA and the Modal are fixed to the Body top and bottom (start and end), after transitioning, instead of the viewport.
Something is causing them the remain fixed to the Body over the viewport - I can’t work out whats going wrong!
Right some problems FIXED as there was a move Body 0px left in a transition which caused the positioning problems of the modal and CTA button.
There are now more irregularities occurring:
Hero transition nows skips a portion of the opening segment
The slider control arrow halfway down the page no longer works nor the one on the modal (activated by clicking apply now near footer)
The slider on the modal also now shows the other slides which should be hidden and the ‘previous question’ and ‘next question’ controls no longer function.
For the slider, you changed the mask to be overflow:visible which is why it’s showing the other slides.
I’m not sure why the slider isn’t advancing but I have a feeling something was changed from the default slider that broke it. Can you roll back to a backup to see what changed?
@cyberdave do you think you can dig in more into this. This site uses a lot of interactions which I can find very confusing.