From 162bd2d4fc84fe605f4a248ba9d85c3e45157f65 Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Mon, 12 Feb 2018 19:46:06 -0600 Subject: [PATCH] fix(channels): allow channels list to be scrollabl --- app/components/Contacts/Network.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/components/Contacts/Network.scss b/app/components/Contacts/Network.scss index b64e93a7..3dc6c665 100644 --- a/app/components/Contacts/Network.scss +++ b/app/components/Contacts/Network.scss @@ -41,6 +41,8 @@ .channels { padding: 20px; + height: 100%; + overflow-y: scroll; .listHeader { position: relative; @@ -99,6 +101,8 @@ ul { margin-top: 20px; + height: 100%; + overflow-y: scroll; } .fade {