You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the general advice for document layout when using saos? How to work with it when using a Layout file with headers and footers that change the height of the page.
Layout file
{# if condtions, don't show header on all pages etc}
<Header/>
{/if}
<div class="relative w-full z-[100]">
<slot/> // The main page is rendered here
</div>
{# if condtions, don't show Footer on all pages etc}
<Footer/>
{/if}
Main page I have multiple Saos elements rendered but the height of the page seems to be jumpy?
Hey,
What's the general advice for document layout when using saos? How to work with it when using a Layout file with headers and footers that change the height of the page.
Layout file
Main page I have multiple Saos elements rendered but the height of the page seems to be jumpy?
For me, it's quite buggy and glitchy but I think that's my fault mainly because of how things are rendered.
The text was updated successfully, but these errors were encountered: