Explorar el Código

Don't show horizontal scrollbar

JC Brand hace 12 años
padre
commit
6db0a08f0a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;