From 95e4da2607482bb10c7d80afc0838fd6c1fa0e94 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 20 Jan 2022 21:45:49 +0000 Subject: [PATCH] Bug 19865: Add back horizontal scroll bar To test: 1. Do a Z39.50/SRU search 2. In the search results click on MARC to get the MARC preview. Choose something with lots of MARC data so it is both wide and long. 3. See the Y axis scrollbar 4. You must scroll bottom of the modal to see the X axis scrollbar, annoying. 5. Apply patch 6. Try steps 1-4 again. This time you should see the X axis scrollbar without having to scroll to the bottom. 7. It's not a bad idea to test in multiple browsers. Note: I also put the CSS onto multiple lines to increase readability --- .../en/modules/cataloguing/z3950_search.tt | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index 6b8323d5aa..ebc479d81b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -7,7 +7,29 @@ Z39.50/SRU search results › Koha [% INCLUDE 'doc-head-close.inc' %] -- 2.20.1