Skip to content

Instantly share code, notes, and snippets.

@karlazz
Last active April 11, 2019 17:05
Show Gist options
  • Save karlazz/3d5225f59781741f44e6bcc30e4633b7 to your computer and use it in GitHub Desktop.
Save karlazz/3d5225f59781741f44e6bcc30e4633b7 to your computer and use it in GitHub Desktop.
#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