evelez7 wrote: > I do notice that there's something odd w/ the navigation, however I don't > think its related to this change. When I click on the namespace in the nav > bar, it doesn't change the view in the way I'd expect.
Do you mean the `Namespace` header in the sidebar? That does cover up the `Namespace` header in the content view when you click on it. I dealt with something similar in #164314. The navbar has a height of 60px, so there needs to be something that accounts for that offset when jumping to things. https://github.com/llvm/llvm-project/pull/172076 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
