Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelgargallo/de51fbf3e3932df852f2ea71e6776262 to your computer and use it in GitHub Desktop.
Save miguelgargallo/de51fbf3e3932df852f2ea71e6776262 to your computer and use it in GitHub Desktop.
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>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment