Site logo

Archived topic

make a scrollable menu

3 replies · Started by Abdelfttah on August 18, 2019

Viewing posts 1–4 of 4

Hello
I face issue with viewing the long menu on mobile devices. so I wonder How can I make a scrollable menu for mobile. and thanks.

Note:
I tried to enable off-canvas on mobile but sub-sub-items don't appears.

Hello
Thank you for your reply. I make some tweaking on css and works fine. thanks.

@media (max-width: 768px) {
    .main-nav>ul {
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
	}}

Awesome - glad to be of help.

This archived topic is closed to new replies.