Menu: scrollable submenus

Posted in: Newsmag
Post count: 43

I have a lot submenus and it’s impossible to see everything.
Is it possible to do something like this, scrollable submenus:
It’s the main menu.

  • This topic was modified 8 years by Mijaz.
Post count: 43

Maybe this way but it does not work on the mobile

.sub-menu {
height: 600px;
overflow: scroll;
}

  • This reply was modified 8 years by Mijaz.
Post count: 23312

Hello,

I have inspected your website and I saw that your code works but notice that you should add the important tag after the scroll property.

The code is ->

.sub-menu {
height: 100px;
overflow: scroll!important;
}

The result is here -> https://www.screencast.com/t/a1rnB4YaF1e

Thanks for the message!

Post count: 43

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.