Skip to content

Instantly share code, notes, and snippets.

View mykelcodex's full-sized avatar
💭
The code way

Oke Michael mykelcodex

💭
The code way
View GitHub Profile
@mykelcodex
mykelcodex / gist:87b4a29121083b96e22b7bf0ac8c7056
Created May 16, 2024 21:54 — 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>