Browse Source

Don't show horizontal scrollbar

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