From 40f6ed20fee18ad8defbb54d9b59c1dc0ee37d60 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 23 Nov 2021 14:37:29 -0600 Subject: [PATCH] Hide back to top button when printing --- assets/css/bobastyle.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index af59a6d..0e1bb86 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -616,4 +616,8 @@ li.disabled > .page-link:hover { .table-of-contents.print { display: block; } + + #back-to-top { + display: none !important; + } }