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
1 changed files with 6 additions and 0 deletions

View File

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