diff src/browser/public/libervia.css @ 779:fc941d0d97f8

browser_side: fixed ContactsPanel scrolling
author souliane <souliane@mailoo.org>
date Mon, 30 Nov 2015 21:52:41 +0100
parents 2970b8af3cd7
children 1dfe3ca27749
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Mon Nov 30 16:26:31 2015 +0100
+++ b/src/browser/public/libervia.css	Mon Nov 30 21:52:41 2015 +0100
@@ -541,6 +541,15 @@
     background-color: rgb(175, 175, 175);
 }
 
+.gwt-ScrollPanel {
+    padding-right: 15px; /* avoid systematic horizontal scroll when only the vertical one is needed */
+}
+
+.xmlui-JidsListWidget {
+    padding-right: 20px; /* avoid systematic horizontal scroll when only the vertical one is needed */
+    height: 300px;
+}
+
 /* Contacts in MUC */
 
 .muc_contact {