Skip to content

Instantly share code, notes, and snippets.

@akther80
Created April 12, 2019 10:50
Show Gist options
  • Save akther80/0efa218d6db1e91e168ca4d4963b49a9 to your computer and use it in GitHub Desktop.
Save akther80/0efa218d6db1e91e168ca4d4963b49a9 to your computer and use it in GitHub Desktop.
Tokoo - Hide extra space in Off-canvas-navigation
jQuery(document).ready(function( $ ){
$( '.off-canvas-navigation-wrapper .navbar-toggle-hamburger' ).on( 'click', function() {
$('body').toggleClass( "off-canvas-active" );
} );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment