Looks like the tag container or a parent is using a fixed height, max height, or absolute positioning. I used an inspector tool to decipher but I can’t seem to find the exact issue.
Could be on:
class=“column-17 w-col w-col-7” (has a max height of 500px but this shouldn’t matter)
class=“filter-content”
class=“div-block-34”
class=“columns-6 w-row”
I would investigate height properties and positioning on these elements.