mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Merge pull request #612 from levu42/bug-user-scroll
Userlists now scrolls if there are too many users
This commit is contained in:
commit
f9d8cea114
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…
Add table
Add a link
Reference in a new issue