Преглед изворни кода

Don't show scrollbar by default

JC Brand пре 12 година
родитељ
комит
4050327061
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {