Last active
June 25, 2016 23:17
-
-
Save NaokiStark/28d3f0b2950ccd8e5a2a84b913d07f3a to your computer and use it in GitHub Desktop.
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
$("nav.header.header-main").css({ | |
position: "fixed", | |
top: 0, | |
left: 0, | |
right: 0, | |
"z-index": 9999 | |
}).parent('.v6').css({ | |
'height':'60px', | |
'position':'static' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment