diff options
-rw-r--r-- | src/static/css/pad.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css index f5ea99d8..70c15b51 100644 --- a/src/static/css/pad.css +++ b/src/static/css/pad.css @@ -925,6 +925,10 @@ input[type=checkbox] { height:155px !important; border-left: 1px solid #ccc !important; } +.chatAndUsers > #otherusers{ + max-height: 100px; + overflow-y: auto; +} .chatAndUsersChat > div > #titlecross{ display:none; } |