Merge pull request #612 from levu42/bug-user-scroll

Userlists now scrolls if there are too many users
This commit is contained in:
John McLear 2012-04-09 06:37:03 -07:00
commit f9d8cea114

View file

@ -18,6 +18,12 @@ iframe {position:absolute;}
border-radius: 6px; border-radius: 6px;
} }
#otherusers
{
max-height: 400px;
overflow: auto;
}
a img a img
{ {
border: 0; border: 0;