• When a topbar menu item is selected, the menu expands, and some of the expanded items may span into the transparent main menu icon area. Unfortunately, the main menu icon area remains on top, and the expanded topbar menu items underneath cannot be selected. The topbar menu items should be on top of the main menu area while being expanded and active.
    Is there a workaround, e.g. using a css, to bring expanded topbar menu items to the foreground and make them selectable?

    Theme: Virtue
    Layout: Mobile
    OS: Android
    Browsers: Samsung Internet, Firefox, Chrome

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css:

    .nav-trigger {
        z-index: 500;
    }

    Let me know how that works for you!

    Best,
    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Mobile topbar menu items inaccessible, covered by main menu’ is closed to new replies.