What are you trying to do? (please be as specific as possible and include relevant screenshots, code snippets, and reproduction steps)
We have an issue where the full height of the page isn’t showing in studio.
Please see the specific page below.
I’m grateful in advance.
Relevant links:
Hi @aihe_team
Sorry, the description is not clear enough to understand the issue. I visited the project but couldn’t observe any visible element that has any described issue.
Could you please provide any screenshot of what you would expect to see or specify which elements are being cut off.
Thanks
I’m very grateful @muhammad_asim. I made a clip of the issue and will DM you a link to the clip so it stays confidential.
I’m very grateful
@aihe_team Thanks for sharing the demo. The reason for cut off is because there is a free box
at the root of the page. You can change it to vertical stack
to avoid the cut off. That will also extend the SideNav
as per the height of the page, so you might have to fix that by applying height 100vh
to the SideNav and maybe absolutely position it if required.
@muhammad_asim I’m very grateful for your help! We will implement as you suggested!