Side menu is not scrollable
-
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.
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.
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.
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.