Skip to content

Instantly share code, notes, and snippets.

@swarad07
Created September 19, 2020 14:16
Show Gist options
  • Save swarad07/c2e42ace1825bafff9d045295f58efaf to your computer and use it in GitHub Desktop.
Save swarad07/c2e42ace1825bafff9d045295f58efaf to your computer and use it in GitHub Desktop.
position sticky - gist 1
.selector {
position: fixed;
// This can be any position you want the selector to stick to.
// Use left, right, bottom as well.
top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment