From d020e77e04672fdaa50652ccd6d0344fcc023c51 Mon Sep 17 00:00:00 2001 From: perroned Date: Tue, 28 Oct 2014 07:25:32 -0700 Subject: [PATCH] Adding button to let you scroll through extra private conversations. --- labs/meteor-client/app/client/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/labs/meteor-client/app/client/stylesheets/style.css b/labs/meteor-client/app/client/stylesheets/style.css index 2387661a87..fe490c97c2 100755 --- a/labs/meteor-client/app/client/stylesheets/style.css +++ b/labs/meteor-client/app/client/stylesheets/style.css @@ -25,6 +25,12 @@ body { margin-top: 10px; } +.extraConversationScrollableMenu { + height: auto; + max-height: 200px; + overflow-x: hidden; +} + .hideNavbarIcon {} .lowerHand {}