Skip to content

Instantly share code, notes, and snippets.

@zartgesotten
Last active August 22, 2018 05:04
Show Gist options
  • Save zartgesotten/0a0eae2c2e356d7492c50226376f064a to your computer and use it in GitHub Desktop.
Save zartgesotten/0a0eae2c2e356d7492c50226376f064a to your computer and use it in GitHub Desktop.
Sticky rows are easy now... https://css-tricks.com/position-sticky-2/
.sticky-row {
position:sticky;
position:-webkit-sticky;
top:0;
z-index:2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment