Okay
  Public Ticket #1043889
Sidebar Collapse
Closed

Comments

  •  2
    Azhar started the conversation

    When sidebar is collapsed, the active menu item does not collapse and stay behind all other elements.

    Please find the attachment for this

    Thanks.

  • [deleted] replied

    Hi Azhar,

    I have checked our theme online to see if this issue is present but I was not able to reproduce it:

    http://drops.laborator.co/JDaG

    The menu collapse/expand works fine and active menu element is placed behind other elements.

    In case if this happens, this fix will solve issue:

    jQuery( 'sidebar-menu li a' ).click( function( ev ) {
    jQuery( 'sidebar-menu li ul' ).removeAttr( 'style' );
    } );