From 29c720d93b0f4fa9883119cf0fb6d3ffe52c0e52 Mon Sep 17 00:00:00 2001 From: Chris Blanchard Date: Tue, 19 Apr 2016 12:44:05 +0100 Subject: [PATCH] Make user list scrollable again --- app/stylesheets/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/stylesheets/app.css b/app/stylesheets/app.css index b5101b3..784e891 100644 --- a/app/stylesheets/app.css +++ b/app/stylesheets/app.css @@ -255,6 +255,9 @@ html, body { .users-list-group { padding: 10px 0; + max-height: 300px; + overflow: hidden; + overflow-y: scroll; } .users-list-group-item { @@ -262,8 +265,6 @@ html, body { display: block; padding: 5px 15px 0px 15px; margin-bottom: -1px; - /*background-color: #073642;*/ - // border: 1px solid #586e75; } .users-list-group-item:first-child { border-top-right-radius: 3px;