Skip to content

Instantly share code, notes, and snippets.

@nicollehahn
Created October 24, 2018 15:22
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 nicollehahn/45ce5d6057087ecd8f8b2b7730155aae to your computer and use it in GitHub Desktop.
Save nicollehahn/45ce5d6057087ecd8f8b2b7730155aae to your computer and use it in GitHub Desktop.
fixed_navigation_sticky
.fixed-nav-bar {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 50px;
background-color: #00a087;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment