Skip to content

Instantly share code, notes, and snippets.

@shazdeh
Created January 8, 2014 18:42
Show Gist options
  • Save shazdeh/8322030 to your computer and use it in GitHub Desktop.
Save shazdeh/8322030 to your computer and use it in GitHub Desktop.
Parallax: have the logo be displayed in the fixed navbar
.fixed-nav-bar + #skrollr-body hgroup {
-webkit-transform: inherit !important;
-moz-transform: inherit !important;
}
.fixed-nav-bar + #skrollr-body #site-logo {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment