[Resolved] mobile menu stuck and does not scroll

Home Forums Support [Resolved] mobile menu stuck and does not scroll

Home Forums Support mobile menu stuck and does not scroll

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1177337
    Al

    Hi,
    The mobile menu slide in get’s stuck to whatever phone scree size and does not scroll down.
    Here is an example:
    From a phone, I click on the menu button.
    The menu slides in.
    I click on the arrow to open the any sub menu.
    at this point I can not scroll down to see the rest of the menu.
    From a smaller phone, I can’t even get to the last 2 items on the menu.
    I tried to expand the mobile break point but that didn’t have any effect. Also the menu item hight did not effect it unless we make it super small, which is not what we want.
    How can we fix this?
    Thank you.

    #1177606
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .mobile-header-sticky #mobile-header.toggled .main-nav>ul {
        max-height: calc(100vh - 74px);
        overflow-y: scroll;
    }

    The alternative is to enable the Off Canvas Panel for Mobile:

    https://docs.generatepress.com/article/off-canvas-panel-overview/

    #1177733
    Al

    Thank you David, I went with the Off Canvas Panel for Mobile option because it’s more flexible and customizable.
    Thank you again.

    #1177772
    David
    Staff
    Customer Support

    You’re welcome

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