Skip to content

Instantly share code, notes, and snippets.

@euhansarkar
Created March 28, 2023 18:11
Show Gist options
  • Select an option

  • Save euhansarkar/4bb52e2e388e96b5025396eccc65db6c to your computer and use it in GitHub Desktop.

Select an option

Save euhansarkar/4bb52e2e388e96b5025396eccc65db6c to your computer and use it in GitHub Desktop.
Side bar
// 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