From 84e8e06e742bb056b854475326e90d92439c8733 Mon Sep 17 00:00:00 2001 From: pines Date: Thu, 31 Aug 2006 02:14:01 +0000 Subject: [PATCH] re-enable auto-hiding scrollbars git-svn-id: svn://svn.open-ils.org/ILS/trunk@5802 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.xul | 2 +- Open-ILS/xul/staff_client/server/patron/summary_overlay.xul | 2 +- Open-ILS/xul/staff_client/server/skin/global.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/patron/display.xul b/Open-ILS/xul/staff_client/server/patron/display.xul index baaa3474d7..aa14bac10a 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.xul +++ b/Open-ILS/xul/staff_client/server/patron/display.xul @@ -100,7 +100,7 @@ - + diff --git a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul index e1a1494ea3..1daedf4009 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul +++ b/Open-ILS/xul/staff_client/server/patron/summary_overlay.xul @@ -9,7 +9,7 @@ - + diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css index b88181e51f..196043f250 100644 --- a/Open-ILS/xul/staff_client/server/skin/global.css +++ b/Open-ILS/xul/staff_client/server/skin/global.css @@ -59,7 +59,7 @@ Enable for the windows build. This slows linux down too much. height: 26px; } -.my_overflow { overflow: scroll; } +.my_overflow { overflow: auto; } /* iframe { background: #CDCED3 url("chrome://browser/skin/icons/box-background.png") repeat-x bottom !important; } -- 2.43.2