Forked from BjornDCode/gist:5cb836a6b23638d6d02f5cb6ed59a04a
Created
November 23, 2022 20:06
-
-
Save sadiqmmm/17a85b94ff96ad1ad41113dd2e6b1a8e to your computer and use it in GitHub Desktop.
Tailwind - Fixed sidebar, scrollable content
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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