From 9e063341ce25bde326485e2bceef00341fa55907 Mon Sep 17 00:00:00 2001 From: levu Date: Sun, 8 Apr 2012 16:22:00 +0200 Subject: [PATCH] fix for bug 'userlist not scrolling' --- src/static/css/pad.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/static/css/pad.css b/src/static/css/pad.css index 21f365e24..5dd29412b 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;