Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #table-container {
  2. overflow-y: scroll;
  3. height: 100vh; /* or whatever */
  4. }
  5.  
  6. #table th {
  7. position: sticky;
  8. position: -webkit-sticky; /* for Safari */
  9. top: 0;
  10. }
  11.  
  12. /* yup that's it. lost the link to the genius who wrote it */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement