mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-04 19:56:37 +02:00
fix for bug 'userlist not scrolling'
This commit is contained in:
parent
3478649973
commit
9e063341ce
@ -18,6 +18,12 @@ iframe {position:absolute;}
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#otherusers
|
||||
{
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
a img
|
||||
{
|
||||
border: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user