Merge "Fix Minerva print mode to correctly show top of document"

This commit is contained in:
jenkins-bot 2020-02-18 18:06:43 +00:00 committed by Gerrit Code Review
commit 27642e94e7
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,7 @@
}
}
> nav,
> div {
display: none !important;
}

View file

@ -5,7 +5,8 @@
.noprint,
.banner-container,
.header,
.pre-content,
.minerva__tab-container,
.page-actions-menu,
.post-content {
display: none;
}