Accordion not expanding parent section

Hi,
Working with an accordion section, based on a styled dropdown. Running into a small issue, when the accordion is open, it pusses down the content below it but does not expand the parent section height, any ideas where to look?

The section is set to have min height of 100 svh, tried auto instead but still the same? Not sure if it something to do with the scrollify script?


Here is my site Read-Only:
https://preview.webflow.com/preview/anthony-noyce-design-dev-js-scroll?utm_medium=preview_link&utm_source=designer&utm_content=anthony-noyce-design-dev-js-scroll&preview=d333089a378c59d6daa36bad250dd211&workflow=preview

The height of the section is being auto-calculated, and set as a height in the style, as you can see here.

I’d guess that’s being done by some custom code you have installed, that’s maybe keying off of the height-auto class? I didn’t try reverse-engineering your site design, but that feature is what’s forcing your section height.

Thanks, looking at that i think its the scrollify script setting the heights

1 Like