Merge pull request #26678 from backstage/techdocs-fix-blog-nav

Fix techdocs nav positioning when using blog plugin
This commit is contained in:
Jackson Chen
2024-09-16 13:38:21 -04:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
@@ -121,6 +121,10 @@ export default ({ theme, sidebar }: RuleOptions) => `
margin-bottom: 50px;
}
.md-content > .md-sidebar {
left: 16rem;
}
.md-footer {
position: fixed;
bottom: 0px;