fix for bug 'userlist not scrolling'

This commit is contained in:
levu 2012-04-08 16:22:00 +02:00
parent 3478649973
commit 9e063341ce
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;