Describe the bug
Description:
In our page builder , when components are added vertically, the new elements get hidden below the visible area instead of increasing the canvas height or allowing vertical scrolling. As a result, users can’t access or edit elements placed further down the page.
Steps to reproduce
Open the page builder.
Add multiple components vertically (stacked downwards).
Observe that the newly added components get hidden beyond the visible bottom area of the canvas.
Expected behavior
The canvas should increase its height (or enable vertical scrolling) to accommodate new components, ensuring all elements remain visible and accessible.
What is actually happening?
The canvas height stays fixed and new components get hidden below, making them inaccessible without zooming or resizing.
Screenshots
No response
Any additional comments?
No response