Sticky Navigation Scrolling Issue
-
I currently have the sticky navigation feature enabled. I have a menu attached to it that has 26 items. When loading my website on the desktop version, only 20 of the menu items are visible and there is no way to scroll within the sticky navigation area to see the remaining menu items.
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”.
Please add this code to the Theme Settings > Custom CSS > Global to add the scrollbar but in this case the drop down sub menu will be cut off.
.wd-sticky-nav .wd-nav-vertical {
max-height:100% !important;
overflow-y:scroll !important;
}
Best Regards,