You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@neutrinoguy there is no issue with class I think the javascript to activate sidenav isn't there so it's happening. Thanks for pointing out though It just got out of my eye.
In mobile view the navbar menu does not activates. Their may be some issue with class of the
ul tag.
In code it is:
<ul class="links hide-on-med-and-down">
It changed to this
<ul id="nav-mobile" class="right hide-on-med-and-down">
may fix the issue.For more reference Materialize Navbar
The text was updated successfully, but these errors were encountered: