Set maximum height for duplicate list, to make scrolling easier.
authorJan Schneider <jan@horde.org>
Mon, 23 Aug 2010 12:57:33 +0000 (14:57 +0200)
committerJan Schneider <jan@horde.org>
Mon, 23 Aug 2010 12:57:33 +0000 (14:57 +0200)
turba/themes/screen.css

index f4edcf8..ca3f7fa 100644 (file)
@@ -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;