Browse Source

Don't show scrollbar by default

JC Brand 12 năm trước cách đây
mục cha
commit
4050327061
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {