KMIG-72 KCLSUPGRAD-27 Record Summary scroll bar
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:05:55 +0000 (17:05 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: 4f73c3e

Open-ILS/xul/staff_client/chrome/content/cat/opac.js

index 673eede..33bb5da 100644 (file)
@@ -126,6 +126,7 @@ function set_brief_view() {
         {},
         content_params
     );
+    document.getElementById('top_pane').setAttribute('height', '120');
 }
 
 function set_marc_view() {
@@ -821,6 +822,7 @@ function remove_me() {
     var url = xulG.url_prefix( 'XUL_BIB_BRIEF?docid=' ) + window.encodeURIComponent(docid);
     dump('removing ' + url + '\n');
     try { top_pane.remove_iframe( url ); } catch(E) { dump(E + '\n'); }
+    $('top_pane').removeAttribute('height');
     $('nav').setAttribute('hidden','true');
 }