Commit 7bed939c authored by JC Brand's avatar JC Brand

css tweaks. Don't show scrollbar by default

parent 686c94c1
...@@ -421,7 +421,7 @@ form.search-xmpp-contact input { ...@@ -421,7 +421,7 @@ form.search-xmpp-contact input {
#converse-roster { #converse-roster {
height: 200px; height: 200px;
overflow-y: scroll; overflow-y: auto;
width: 100%; width: 100%;
margin: 0; margin: 0;
position: relative; position: relative;
...@@ -481,7 +481,7 @@ dd.available-chatroom, ...@@ -481,7 +481,7 @@ dd.available-chatroom,
} }
#converse-roster dd:hover *[class*="open-chat"] { #converse-roster dd:hover *[class*="open-chat"] {
width: 128px; width: 75%;
} }
.chatbox, .chatbox,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment