You’re the best!
That was the issue – we put this in CUSTOM CSS to avoid Safari/iPhone issues with scroll/overflow -that seem to interfere:
OLD CODE (that made it not work)
html,
body {
height: 100%;
overflow-x: hidden;
transform: translate3d(0, 0, 0);
}