Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created March 8, 2014 21:35
Show Gist options
  • Save shazdeh/9439247 to your computer and use it in GitHub Desktop.
Save shazdeh/9439247 to your computer and use it in GitHub Desktop.
parallax: move menu to the top of the page
#nav-bar {
top: 0;
bottom: auto;
position: fixed;
}
.admin-bar #nav-bar {
top: 32px;
}
.home #main-nav ul {
bottom: auto;
}
.home #main-nav ul:before {
bottom: auto;
top: -8px;
border-top: none;
border-bottom: 8px solid #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment