Fix techdocs nav positioning when using blog plugin

Signed-off-by: Jackson Chen <jacksonc@spotify.com>
This commit is contained in:
Jackson Chen
2024-09-13 16:08:07 -04:00
parent ffe31a8ae0
commit fe94ad8969
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fixes left navigation positioning when using mkdocs blog plugin
@@ -121,6 +121,10 @@ export default ({ theme, sidebar }: RuleOptions) => `
margin-bottom: 50px;
}
.md-content > .md-sidebar {
left: 16rem;
}
.md-footer {
position: fixed;
bottom: 0px;