hide scrollbar in menu, but let me still scroll

Tagged: 

Author Posts

cloudie

Hi,
how can I hide the scrollbar in a menu, but let me still scroll?

I tried this:

.site-nav .menus{
overflow:hidden
}

but it won’t let me scroll on mobile.
I am also having a hard time finding the right target in the microthemer.

thank you


Sebastian

Hi Cloudie,

If you can send me a link to your page I can advise you on which element to target. However, if you hide the scrollbars you can’t allow scrolling with CSS. You would need to use a JavaScript solution like this (if you really need scrolling without scrollbars)

https://github.com/mdbootstrap/perfect-scrollbar

But this will require a technical understanding of JavaScript code.

Cheers,
Sebastian

You must login or register to reply to this topic.