Browse Source

Don't show scrollbar by default

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

+ 1 - 1
converse.css

@@ -426,7 +426,7 @@ form.search-xmpp-contact input {
 
 #available-chatrooms {
     height: 183px;
-    overflow-y: scroll;
+    overflow-y: auto;
 }
 
 #available-chatrooms dd {