From: Jan Schneider Date: Mon, 23 Aug 2010 12:57:33 +0000 (+0200) Subject: Set maximum height for duplicate list, to make scrolling easier. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2239c2751486b02b6466ca8d10370ca54e5b18b8;p=horde.git Set maximum height for duplicate list, to make scrolling easier. --- diff --git a/turba/themes/screen.css b/turba/themes/screen.css index f4edcf8df..ca3f7fa41 100644 --- a/turba/themes/screen.css +++ b/turba/themes/screen.css @@ -71,10 +71,10 @@ table#addressbook-list th.sortdown { /* Duplicates */ .turba-duplicate { - overflow-y: hidden; - overflow-x: auto; + overflow: auto; white-space: nowrap; vertical-align: top; + max-height: 400px; } .turba-duplicate-contact { display: inline-block;