diff options
author | John McLear <john@mclear.co.uk> | 2012-04-09 06:37:03 -0700 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2012-04-09 06:37:03 -0700 |
commit | f9d8cea114af621d3c76440d6f376aff8fae4141 (patch) | |
tree | e62495946f86d3fe5dd36835d8a30282578be4f7 | |
parent | 49b4fdfce387f19ebdb000d1fcb9b9b09bbbd663 (diff) | |
parent | 9e063341ce25bde326485e2bceef00341fa55907 (diff) | |
download | etherpad-lite-f9d8cea114af621d3c76440d6f376aff8fae4141.zip |
Merge pull request #612 from levu42/bug-user-scroll
Userlists now scrolls if there are too many users
-rw-r--r-- | src/static/css/pad.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 32430369..6227bee4 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -18,6 +18,12 @@ iframe {position:absolute;} border-radius: 6px; } +#otherusers +{ + max-height: 400px; + overflow: auto; +} + a img { border: 0; |