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
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fix bug that caused next and previous links not to work with certain versions of mkdocs-material
@@ -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;
}