浏览代码

css tweaks. Don't show scrollbar by default

JC Brand 12 年之前
父节点
当前提交
7bed939c43
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      converse.css

+ 2 - 2
converse.css

@@ -421,7 +421,7 @@ form.search-xmpp-contact input {
 
 #converse-roster {
     height: 200px;
-    overflow-y: scroll;
+    overflow-y: auto;
     width: 100%;
     margin: 0;
     position: relative;
@@ -481,7 +481,7 @@ dd.available-chatroom,
 }
 
 #converse-roster  dd:hover *[class*="open-chat"] {
-    width: 128px;
+    width: 75%;
 }
 
 .chatbox,