Currently, I am using the following script:
Is there a way to wrap a multiple step webform in a container without issues with height and absolute positioning? Some of the steps have different heights, and with absolute positioning, having a wrapper with a background color is not possible.
I am facing an issue where the height becomes erratic because some div's are hidden but still take up space.
Is there an alternative approach using the same script that allows for a wrapper with a background color and adjusts the height dynamically instead of causing scroll bar overflow?
EDIT: To see the scrollbar issue in action, here is a live example:
If the steps vary in height, scrolling becomes difficult. Is there a solution like using #top or something similar to adjust the height accordingly?