css tweaks. Don't show scrollbar by default

This commit is contained in:
JC Brand 2013-05-09 18:56:25 +02:00
parent 686c94c13a
commit 7bed939c43

View File

@ -421,7 +421,7 @@ form.search-xmpp-contact input {
#converse-roster {
height: 200px;
overflow-y: scroll;
overflow-y: auto;
width: 100%;
margin: 0;
position: relative;
@ -481,7 +481,7 @@ dd.available-chatroom,
}
#converse-roster dd:hover *[class*="open-chat"] {
width: 128px;
width: 75%;
}
.chatbox,