Fairly straightforward - we have a Squarespace Scheduler booking form that is embedded via custom HTML on a lightbox when the user clicks “Book Now” on the page.
That custom HTML has its height automatically adjusted with a bit of CSS:
#lp-code-NUM { height:auto;}
However, the height of the lightbox does not dynamically adjust if we use this same CSS solution with the #lp code for the lightbox root.
How can we have the lightbox adjust its height to fit the embedded custom HTML? The height of the embed adjusts depending on timeslot availability for booking, it is not a static height.