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 {