fix for bug 'userlist not scrolling'
parent
3478649973
commit
9e063341ce
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue