[Resolved] Broken Menu After Update

Home Forums Support [Resolved] Broken Menu After Update

Home Forums Support Broken Menu After Update

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1478726
    Daniel

    Hello

    I used to have a scrollable menu on ver 2.9 but as soon as I updated to 3.0 it doesn’t work anymore.

    Here is my css:

    @media (min-width: 769px) {
        /* Fix height and set scroll on parent item */
        .dropdown-click .main-navigation:not(.toggled) ul>li.menu-item-has-children {
            max-height: 350px;
            overflow-y: auto;
        }
        /* Stick parent item on scroll */
        .dropdown-click .main-navigation:not(.toggled) ul>li.menu-item-has-children>a {
            position: sticky;
            top: 0;
            position: -webkit-sticky;
            z-index: 1;
        }
        /* Force height of submenu */
        .dropdown-click .main-navigation:not(.toggled) ul>li.menu-item-has-children>ul {
            max-height: 100%;
            position: relative;
            z-index: 0;
        }
    }

    Here is my website: https://www.memescout.com/

    #1478738
    Leo
    Staff
    Customer Support

    Hi there,

    I just checked your site and the menu still works for me:
    https://www.screencast.com/t/TYhl1SpG

    Am I missing something?

    #1478745
    Daniel

    It works your right, I have no idea what happened. Thanks Anyways!!

    #1478822
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.