-
Hi, However, when i do that on my site https://syeda-git.github.io/mkdocs-sandbox/ the side nav does not appear. The source is here https://github.com/syeda-git/mkdocs-sandbox/tree/main Can someone share what's the issue? Thanks... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You have custom overrides in place that might be breaking the existing functionality. Remove the overrides, then add them back one-by-one to learn what breaks navigation. This is not a bug with Material for MkDocs. |
Beta Was this translation helpful? Give feedback.
-
Yes, a class in CSS was blocking the nav. Thanks. |
Beta Was this translation helpful? Give feedback.
You have custom overrides in place that might be breaking the existing functionality. Remove the overrides, then add them back one-by-one to learn what breaks navigation. This is not a bug with Material for MkDocs.