Adding button to let you scroll through extra private conversations.

This commit is contained in:
perroned 2014-10-28 07:25:32 -07:00
parent 524918ffcc
commit d020e77e04

View File

@ -25,6 +25,12 @@ body {
margin-top: 10px;
}
.extraConversationScrollableMenu {
height: auto;
max-height: 200px;
overflow-x: hidden;
}
.hideNavbarIcon {}
.lowerHand {}