Merge pull request #16613 from backstage/fix-nav-links

[TechDocs] Fix footer links for newer versions of mkdocs-material
This commit is contained in:
Morgan Bentell
2023-02-27 14:21:52 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -108,7 +108,7 @@ export default ({ theme, sidebar }: RuleOptions) => `
pointer-events: none;
}
.md-footer-nav__link {
.md-footer-nav__link, .md-footer__link {
pointer-events: all;
}