You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a use case that involves 2 journeys (created from default templates)
interstitial: full page interstitial
page placement is inline
button: a floating button at the bottom of the page
filter was set to: has interacted with journey-> interstitial -> within the last 1 day, where interaction was dismiss
The problem: after dismissing the interstitial (first journey), the button (second journey) appears and the page becomes not scrollable.
Expected: page should be scrollable with floating button (second journey)
When I was inspecting the element, body looks like this when first journey appears:
<body style="margin-top: 812px; transition: all 0.375s ease 0s;" class="branch-banner-is-active">
After dismissing the first journey, second journey comes up, branch-banner-no-scroll was appended to body class:
(Web SDK)
We have a use case that involves 2 journeys (created from default templates)
The problem: after dismissing the interstitial (first journey), the button (second journey) appears and the page becomes not scrollable.
Expected: page should be scrollable with floating button (second journey)
When I was inspecting the element,
body
looks like this when first journey appears:After dismissing the first journey, second journey comes up,
branch-banner-no-scroll
was appended to body class:I have also tried disabling animation following this doc, same behavior still occurs.
The text was updated successfully, but these errors were encountered: