Skip to content

Instantly share code, notes, and snippets.

View teamoo24's full-sized avatar
🎯
Focusing

cC.K teamoo24

🎯
Focusing
View GitHub Profile
@teamoo24
teamoo24 / gist:4b27dfdf652b3b7ec6a6d9dd1fcaf3f1
Created June 24, 2024 06:12 — forked from BjornDCode/gist:5cb836a6b23638d6d02f5cb6ed59a04a
Tailwind - Fixed sidebar, scrollable content
// Source: https://twitter.com/calebporzio/status/1151876736931549185
<div class="flex">
<aside class="h-screen sticky top-0">
// Fixed Sidebar
</aside>
<main>
// Content
</main>