From 463f69fd1bf1f96df38aa88d67d78afaf642cc32 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Mon, 31 Jul 2017 11:25:38 -0700 Subject: [PATCH] Enable scrolling on user presences on mobile. The overflow was set to "hidden". I'm unsure of how this was even working on desktop, but the #user-presences div certainly would not scroll on mobile. This enables mobile scrolling. --- static/styles/right-sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/right-sidebar.css b/static/styles/right-sidebar.css index dabd768188..8a63a1ea55 100644 --- a/static/styles/right-sidebar.css +++ b/static/styles/right-sidebar.css @@ -13,7 +13,7 @@ #group-pms { list-style-position: inside; /* Draw the bullets inside our box */ margin-left: 0; - overflow: hidden; + overflow: auto; } #user_presences:hover,