Booking

test
let f=document.createElement("iframe");f.src="https://offthecouch.io/book/braintree";let scrollTop=0;f.width="100%",f.style.border="none",f.style.display="block",f.style.overflow="hidden",f.style.height="auto",window.addEventListener("message",e=>{"https://offthecouch.io"===e.origin&&"updateHeight"===e.data.action&&(f.style.height=e.data.height+"px"),"https://offthecouch.io"===e.origin&&"scrollToTop"===e.data.action&&(scrollTop=findPosY(document.getElementById("otcContainer")),window.scrollTo({top:scrollTop-30,behavior:"smooth"}))}),document.getElementById("otcContainer").appendChild(f);function findPosY(e){var t=0;if(e.offsetParent)for(;e.offsetParent;)t+=e.offsetTop,e=e.offsetParent;else e.y&&(t+=e.y);return t}