瀏覽代碼

Don't show horizontal scrollbar

JC Brand 12 年之前
父節點
當前提交
6db0a08f0a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;