Hide back to top button when printing

This commit is contained in:
BBaoVanC 2021-11-23 14:37:29 -06:00
parent e982824031
commit 40f6ed20fe
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 4 additions and 0 deletions

View File

@ -616,4 +616,8 @@ li.disabled > .page-link:hover {
.table-of-contents.print {
display: block;
}
#back-to-top {
display: none !important;
}
}