theme: hide sticky breadcrumbs for printing #93

This commit is contained in:
Sören Weber 2021-10-06 19:53:33 +02:00
parent 0058c51b32
commit 5ad6824912
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -73,9 +73,11 @@ hr{
} }
#top-bar{ #top-bar{
/* the header is sticky which is not suitable for print; */ /* the header is sticky which is not suitable for print; */
box-shadow: initial;
position: inherit; /* IE11 doesn't know "initial" here */ position: inherit; /* IE11 doesn't know "initial" here */
} }
#top-bar.is-sticky {
box-shadow: initial;
}
#body .tab-nav-button:not(.active) { #body .tab-nav-button:not(.active) {
opacity: .5; opacity: .5;
} }