Site logo

Archived topic

Menu not scrollable

5 replies · Started by Elena on December 20, 2020

Viewing posts 1–6 of 6

Hi,
in my header menu the long submenu is on smaller screens (desktop) not scrollable. So it is not possible to scroll to the end of the menu. Where is the problem?

Thanks.
Elena

Hi there,

the user should still be able to scroll the screen when long menus go past the bottom of the viewport.

Hi,

the menu is still not scrollable for me.

Thanks.

lg Elena

Tricky one this, you can try this CSS - it will make it so submenus become scrollable if they are too large to fit on the screen:

#sticky-navigation ul ul ul {
    max-height: calc(100vh - 360px);
    overflow-y: scroll !important;
}

You may need to increase the 360px value.

Hi, thanks. It works!

lg Elena

Awesome - glad to hear that!

This archived topic is closed to new replies.