Last active
April 11, 2019 17:05
-
-
Save karlazz/3d5225f59781741f44e6bcc30e4633b7 to your computer and use it in GitHub Desktop.
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
#table-container { | |
overflow-y: scroll; | |
height: 100vh; /* or whatever */ | |
} | |
#table th { | |
position: sticky; | |
position: -webkit-sticky; /* for Safari */ | |
top: 0; | |
} | |
/* yup that's it. lost the link to the genius who wrote it */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment