소스 검색

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 {
 #converse-roster {
     height: 200px;
     height: 200px;
     overflow-y: auto;
     overflow-y: auto;
+    overflow-x: hidden;
     width: 100%;
     width: 100%;
     margin: 0;
     margin: 0;
     position: relative;
     position: relative;