If someone is still looking for this, here the solution using the rights tailwind classes.
my layout look like this:
<div>
<header class="sticky top-0 z-50"></header>
<main class=relative></main>
<footer></footer>
</div>
If someone is still looking for this, here the solution using the rights tailwind classes.
my layout look like this:
<div>
<header class="sticky top-0 z-50"></header>
<main class=relative></main>
<footer></footer>
</div>