How to use on materialize css ul.sidenav ?
When I use slimScroll on ul class="side-nav" id="nav-mobile" of materialize css, it works. But scrollbar doesn't appear. If I wheel mouse 3, it works fine although scrollbar doesn't appear. How to show a scroll bar ?
PS: I changed ul.side-nav z-index. But it won't help. And I know that slimScroll dedicates to only div.
Have you tried passing the option railVisible to true? It is by default, false. You can also try creating a parent div and targeting that instead, in case materialize overrides any settings.
Thanks for answer. Yes, I have tried passing the option railVisible to true. Also have created parent div and targeting that. But still doesn't work properly.