*** empty log message ***
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 11 Aug 2006 03:17:34 +0000 (03:17 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 11 Aug 2006 03:17:34 +0000 (03:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@5453 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/circ_summary.xul

index f5e7d5b..362ec7d 100644 (file)
@@ -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() );