Hello, I have an issue.
After click open sidenav, there is an overlay that I cannot click the menu link.
Click anywhere, the sidenav will close
Make sure you have your sidenav element on the root level of the document. It looks like you have it nested in your navbar, which will mess with the z-index of things.
Make sure you have your sidenav element on the root level of the document. It looks like you have it nested in your navbar, which will mess with the z-index of things.
Thanks, it works!!
Most helpful comment
Make sure you have your sidenav element on the root level of the document. It looks like you have it nested in your navbar, which will mess with the z-index of things.