Merge pull request #26678 from backstage/techdocs-fix-blog-nav
Fix techdocs nav positioning when using blog plugin
This commit is contained in:
@@ -121,6 +121,10 @@ export default ({ theme, sidebar }: RuleOptions) => `
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
|
||||
.md-content > .md-sidebar {
|
||||
left: 16rem;
|
||||
}
|
||||
|
||||
.md-footer {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
|
||||
Reference in New Issue
Block a user