fix for bug 'userlist not scrolling'

This commit is contained in:
levu 2012-04-08 16:22:00 +02:00
parent 3478649973
commit 9e063341ce

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;