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.
This commit is contained in:
Brock Whittaker 2017-07-31 11:25:38 -07:00 committed by Tim Abbott
parent 850efdebdd
commit 463f69fd1b
1 changed files with 1 additions and 1 deletions

View File

@ -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,