Skip to content

Instantly share code, notes, and snippets.

@kriot1
Created November 29, 2015 01:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kriot1/12acd219df69d41970d9 to your computer and use it in GitHub Desktop.
Save kriot1/12acd219df69d41970d9 to your computer and use it in GitHub Desktop.
/* Sticky Primary nav */
.nav-primary.fix {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
max-width: 100%;
overflow: visible;
background: rgba(255, 255, 255, 0.92);
}
.admin-bar .nav-primary.fix {
top: 28px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment