Created
September 7, 2022 16:51
-
-
Save SavageCore/7930ba54e2828c895dfb34205b473fbd to your computer and use it in GitHub Desktop.
Make the freeagent.com header sticky
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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