Fixed sidebar - scrollable content
Dimer Bwimba
Posted on February 23, 2021
A simple Tailwind layout to create a sticky sidebar and scrollable content next to it.
<div class="flex">
<aside class="h-screen sticky top-0">
// Fixed Sidebar
</aside>
<main>
// Content
</main>
</div>
đź’– đź’Ş đź™… đźš©
Dimer Bwimba
Posted on February 23, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.