1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 19:37:29 -05:00

Hide back to top button when printing

This commit is contained in:
2021-11-23 14:37:29 -06:00
parent e982824031
commit 40f6ed20fe

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