From 39335dfb03961f6c827cb1e80f19821772023e0f Mon Sep 17 00:00:00 2001 From: perroned Date: Mon, 16 Jun 2014 11:31:14 -0700 Subject: [PATCH] Added scrolling CSS for user's list. Though, Still not beautiful --- labs/meteor-client/client/stylesheets/users.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/labs/meteor-client/client/stylesheets/users.less b/labs/meteor-client/client/stylesheets/users.less index 5c3fd2a8af..90683b3c71 100755 --- a/labs/meteor-client/client/stylesheets/users.less +++ b/labs/meteor-client/client/stylesheets/users.less @@ -41,9 +41,11 @@ margin-left: 5px; padding-left: 5px; padding-right: 5px; - width: 25%; + padding-bottom:10px; + width: 20%; border-radius:25px; border: 2px solid grey; + height:400px; h3 { background:#f7f7f7; @@ -54,4 +56,9 @@ padding: 5px 10px; margin:0; } + + .mygrid-wrapper-div { + overflow: scroll; + height: 100%; + } } \ No newline at end of file