From 207bf08469eddfb7b761d7f716a8b6f67b17896a Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 27 Jan 2022 16:55:34 +0000 Subject: [PATCH] Bug 29961: Make horizontal scroll bar always visible on acqui/z3950_search.pl To test: 1. In Acquisitions make a basket and add something "From an external source" 2. Search for a title and click on the 'MARC' button, make sure the MARC prview is both tall and wide. 3. You will not see the horizontal scroll bar unless you scroll all the way to the bottom of the preview. 4. Apply patch. 5. Try steps 1 & 2 again, this time you should see the horizontal scroll bar as soon as the MARC prveiw loads. Note: I put the CSS on multiple lines for better readability Signed-off-by: David Nind --- .../prog/en/modules/acqui/z3950_search.tt | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index a09e89284c..17eb1f5b06 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -9,7 +9,33 @@ [% USE Koha %] -- 2.30.2