Home Forums WoodMart support forum Side menu is not scrollable

Side menu is not scrollable

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

    cheryson3
    Participant

    There is an issue with the sidemenu, it is not scrollable, only part of the menu items are showing, how to fix it?

    The menu is Large, I want to be able to navigate to all items of the vertical menu on the side.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu){
    max-height:500px !important;
    overflow-y:auto !important;
    }

    Best Regards.

    #536967

    cheryson3
    Participant

    Hello but it is not fully resolved, when the scrollbar is present, the submenus are not showing, they stay invisible(behind the scrollbar)

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

    Hello

    If you want to add scroll effects, In this case the sub menus will not work. If you add vertical scrolling to the navigation menu, it will be impossible to show dropdowns, so overflow scrolling is not provided there.

    Best Regards.

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