Skip to content

Instantly share code, notes, and snippets.

@joshbuchea
Created January 3, 2015 00:13
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 joshbuchea/1050fb12be85d91726d8 to your computer and use it in GitHub Desktop.
Save joshbuchea/1050fb12be85d91726d8 to your computer and use it in GitHub Desktop.
Hides side menu button while side menu is open
/* hide menu-toggle button while side menu is open */
.aside-open [menu-toggle] {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment