Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Last active February 7, 2018 18:36
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 nickmealey/0103e7550d23d8d3c3b22755f804dccc to your computer and use it in GitHub Desktop.
Save nickmealey/0103e7550d23d8d3c3b22755f804dccc to your computer and use it in GitHub Desktop.
/*
Meteor fix for older Responsive theme
Copy and paste the below code within Meteor App > Settings > CSS Editor
*/
#mobile_nav .meteor-menu[data-meteor-template=vertical] .m-nav a {
display: none !important;
}
#mobile_nav .meteor-menu[data-meteor-template=vertical] .m-nav[data-active="true"] > a {
display: block !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment