fix(techdocs): remove footer overlay on large screen

Uses static positions on the child links instead of the container
Resolves #15653

Signed-off-by: Damien Vitrac <dvitrac@vmware.com>
This commit is contained in:
Damien Vitrac
2023-01-11 16:33:58 +01:00
parent 40a189ca60
commit cad5607411
2 changed files with 11 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Improve view: remove footer overlay on large screen
@@ -105,7 +105,13 @@ export default ({ theme, sidebar }: RuleOptions) => `
.md-footer {
position: fixed;
bottom: 0px;
pointer-events: none;
}
.md-footer-nav__link {
pointer-events: all;
}
.md-footer__title {
background-color: unset;
}