[Koha-bugs] [Bug 33701] Catalogue detail page no longer shows all tab data when printing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 11 04:58:40 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33701

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
For now, I'm just going to work around this using the syspref IntranetUserCSS:

@media print {
  /* print-visible */
  #bibliodetails .tab-pane {
      display: block !important;
      height: auto !important;
      visibility: visible !important;
      overflow: visible !important;
  }
}

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list