Home Forums WoodMart support forum part of sticky navigation menu hidden, no scrollable

part of sticky navigation menu hidden, no scrollable

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

    MiniSputnik
    Participant

    Hello,

    i have added a sticky navigation menu on my site (desktop) and if the category have several items i can not scroll down, so there is a part of the submenu which i can not access. The only way to see it is browser zoom out (ctrl+mouse wheel)
    (i add screenshot for better understanding)

    how can i make it scrollable?

    thank you

    Attachments:
    You must be logged in to view attached files.
    #540900

    Hello,

    The sticky navigation menu items must fit on the screen, in case menu items don’t fit, you need to somehow reorganize the menu. It is impossible to define the “scroll” there because in this case the drop-down submenus will be cut off by the “overflow”.

    Best Regards.

    #541225

    MiniSputnik
    Participant

    Impossible?
    5 min google search:

    .menuscroll ul {
    max-height: calc(100vh – 270px);
    overflow-y: auto !important;
    }

    Attachments:
    You must be logged in to view attached files.
    #541344

    Hello,

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)