Don't show horizontal scrollbar

This commit is contained in:
JC Brand 2013-05-10 11:50:19 +02:00
parent d1618300a3
commit 6db0a08f0a

View File

@ -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;