mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
fix for bug 'userlist not scrolling'
This commit is contained in:
parent
3478649973
commit
9e063341ce
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ iframe {position:absolute;}
|
|||
border-radius: 6px;
|
||||
}
|
||||
|
||||
#otherusers
|
||||
{
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
a img
|
||||
{
|
||||
border: 0;
|
||||
|
|
Loading…
Reference in a new issue