Layout Sticky header
Layout Sticky header
=
<div class="h-60 overflow-y-auto">
<header class="sticky top-0 bg-blue-200 p-4">Header</header>
<main class="h-96 flex-1 bg-blue-50 p-4">Content</main>
</div>