Navigate to http://localhost:8000/owning-a-home in same tab and then use back button to return to /loan-estimate page. Form explainer image should not overlap footer.
Review
@sonnakim @mthibos @higs4281
Screenshots
What you should not see: 🙀
Notes
I've only noticed the overlap on page load/refresh, so this fix should address that scenario. Let me know if you see it elsewhere!
Checklist
[ ] Changes are limited to a single goal (no scope creep)
[ ] Code can be automatically merged (no conflicts)
On page load, sometimes the form explainer sticky image overlaps the footer (per GHE 1244).
Changes
updateStickiness
in image onload handler on initial page load as well as when navigating between "pages" in the Form ExplainerRemovals
formExplainer.test
test functionTesting
Review
Screenshots
What you should not see: 🙀
Notes
Checklist