Browse Source

Don't show horizontal scrollbar

JC Brand 12 years ago
parent
commit
6db0a08f0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      converse.css

+ 1 - 0
converse.css

@@ -422,6 +422,7 @@ form.search-xmpp-contact input {
 #converse-roster {
     height: 200px;
     overflow-y: auto;
+    overflow-x: hidden;
     width: 100%;
     margin: 0;
     position: relative;