Skip to content

Instantly share code, notes, and snippets.

@maciejmyslinski
Created November 3, 2016 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maciejmyslinski/f421cba021d5aea824ff2eadc73b9193 to your computer and use it in GitHub Desktop.
Save maciejmyslinski/f421cba021d5aea824ff2eadc73b9193 to your computer and use it in GitHub Desktop.
Hiding the menu itself
.main-header {
&__nav {
position: fixed;
transform: translateX(100vw);
z-index: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment