Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Last active December 20, 2015 20:29
Show Gist options
  • Save bradpotter/6190887 to your computer and use it in GitHub Desktop.
Save bradpotter/6190887 to your computer and use it in GitHub Desktop.
Add display: block; to .nav-mobile in media query
/* Mobile Navigation Menu misc properties */
.nav-mobile {
clear: both;
display: block;
z-index: 9999;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment