Closed gusbemacbe closed 5 years ago
Please, try adding nicescroll to the body element.
I added body
and it didn't get effect either.
Any error in console?
No, as I checked the console. There is no error.
<script type="text/javascript">
$(function() {
$("html").niceScroll();
});
</script>
Is this code correct?
I'm investigating, materailizecss is new for me
Read, @inuyaksa, read our discussion: https://github.com/Dogfalo/materialize/issues/4984, applying to HTML worked, but to side-navbar, it not worked.
Ah, somebody suggest me to move sidenav outside navbar and it worked, but the nicescroll is still inside the navbar:
It seems all works, but your navbar has no others elements to display so scrollbar has hidden. Try to set height: 200px to #slide-out
Hello,
I use Materialize framework and applied nicescroll to tag html, but the scrollbar doesn't get effect.
I think that nicescroll and Materialize are incompatible.