From 420c829829d4624e5a54748b9b6731d4f3feb82d Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 1 Feb 2010 10:45:08 +0000 Subject: [PATCH] Removed hidden overflow git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15536 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index bac115c02..115e1d245 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1910,7 +1910,7 @@ div.listContainer { } .listScrollContent { - height:100px; + height:100%; overflow-x:hidden; overflow-y:auto; } @@ -1931,7 +1931,6 @@ div.listContainer { border-right: 1px solid #AAA; word-wrap:break-word; white-space:normal; - overflow: hidden; max-width:500px; } -- 2.30.2