playing with sticky navigation
-
Hi,
we are thinking in switching our menu to sticky navigation.
We have cloned the site and playing with it and we have reached a nice implementation level.
However we could find a legit way to display more content than what is in viewport.
meaning to have more ctegories than the screen height.
we have tried:
#menu-category-side-menu {
overflow:hidden;
overflow-y:auto;
}
but now the submenu dropdown is hidden.
could you please help?
thank you in advance,
Menelaos
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