From: phasefx Date: Fri, 11 Aug 2006 03:17:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fbe3c7652b68d7bc407f00ace66fe6cf3879671b;p=Evergreen.git *** empty log message *** git-svn-id: svn://svn.open-ils.org/ILS/trunk@5453 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul index f5e7d5b238..362ec7d40f 100644 --- a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul @@ -82,7 +82,7 @@ var gb = $('circs'); for (var j = 0; j < g.circs.length; j++) { var iframe = document.createElement('iframe'); - iframe.setAttribute('style','min-height: 100px;'); + iframe.setAttribute('style','overflow: none; min-height: 100px;'); iframe.setAttribute('flex','1'); gb.appendChild(iframe); iframe.setAttribute('src', urls.XUL_CIRC_BRIEF + '?circ_id=' + g.circs[j].id() );