Introduction:
If you have every tried to use Unbounce and LeadsHook together, you will surely have experienced the dynamic height problem where you decision tree is cut off.
This is because by default Unbounce uses absolute positioning in their builder.
So this guide will show you how to enable dynamic ( variable ) height with your Decision Trees embedded in Unbounce.
The code that you will need to copy ( and slightly modify ) is here:
<style>
#lp-pom-root { height: 100%; overflow: auto; }
#lp-code-108 { height: auto; }
</style>
IMPORTANT!
This fix will only work if the embed is the last element on the page. You cannot have any other element under your Decision Tree.
Unfortunately, there is nothing more we can do on our side. The Unbounce developers need to address this issue. So please contact their support team and submit a feature request for them to support variable height embedded content.
https://unbounce.com/contact-us/