From c4eee846b7ade8ba9c5df6420bdbf4045fe5b996 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 --- .../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 561895d5fa..e415ccd82c 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.20.1