Created
January 8, 2014 18:42
-
-
Save shazdeh/8322030 to your computer and use it in GitHub Desktop.
Parallax: have the logo be displayed in the fixed navbar
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
.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