Skip to content

Instantly share code, notes, and snippets.

@SavageCore
Created September 7, 2022 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SavageCore/7930ba54e2828c895dfb34205b473fbd to your computer and use it in GitHub Desktop.
Save SavageCore/7930ba54e2828c895dfb34205b473fbd to your computer and use it in GitHub Desktop.
Make the freeagent.com header sticky
.fe-l-app-header {
position: sticky;
}
header {
top: 0px;
left: 0px;
z-index: 999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment