Hi all,
I’m working with Frappe Builder and have added a Custom HTML Block inside a section on my page. This block dynamically fetches and displays data from a custom Doctype I created. Everything works fine initially — the content is fetched and rendered properly on the published site.
However, the issue arises when I add more entries to the Doctype. As the dynamic content grows, the main container (or section) that wraps this custom block does not expand automatically to fit the increased height of the content. As a result, the overflowing content either overlaps with or hides the other blocks below on the page.
It seems like the parent container doesn’t reflow to accommodate the growing height of the custom HTML block.
Has anyone faced this issue? What would be the best way to ensure that the section or container grows dynamically based on the content inside the Custom HTML Block?
Would appreciate any help or guidance!
Thanks in advance.