Commit 40503270 authored by JC Brand's avatar JC Brand

Don't show scrollbar by default

parent dc6c7833
...@@ -426,7 +426,7 @@ form.search-xmpp-contact input { ...@@ -426,7 +426,7 @@ form.search-xmpp-contact input {
#available-chatrooms { #available-chatrooms {
height: 183px; height: 183px;
overflow-y: scroll; overflow-y: auto;
} }
#available-chatrooms dd { #available-chatrooms dd {
......
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