From: cajus Date: Mon, 1 Feb 2010 10:45:08 +0000 (+0000) Subject: Removed hidden overflow X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=420c829829d4624e5a54748b9b6731d4f3feb82d;p=gosa.git Removed hidden overflow git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15536 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }