From bbb2cbba639c5334e770aa18481e54112c68ea94 Mon Sep 17 00:00:00 2001 From: odb366 Date: Wed, 21 Mar 2018 20:01:25 +0200 Subject: [PATCH 1/2] fixed the scrollbar issue for the network list --- app/components/Contacts/Network.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/components/Contacts/Network.scss b/app/components/Contacts/Network.scss index 7f9332e8..63dfd5af 100644 --- a/app/components/Contacts/Network.scss +++ b/app/components/Contacts/Network.scss @@ -40,8 +40,7 @@ } .channels { - padding: 20px; - height: 100%; + padding: 20px 0px 20px 20px; overflow-y: auto; .listHeader { @@ -50,6 +49,7 @@ flex-direction: row; justify-content: space-between; align-items: baseline; + padding-right: 20px; h2, h2 span { color: $white; @@ -101,7 +101,7 @@ ul { margin-top: 20px; - height: auto; + height: calc(100vh - 202px); overflow-y: auto; overflow-x: hidden; } @@ -115,7 +115,7 @@ flex-direction: row; justify-content: space-between; color: $white; - padding: 10px 0; + padding: 10px 20px 10px 0px; margin: 10px 0; cursor: pointer; From cc368ee2393a2f9c825052c5179aa23e6f8f7afc Mon Sep 17 00:00:00 2001 From: odb366 Date: Wed, 21 Mar 2018 21:31:34 +0200 Subject: [PATCH 2/2] fixes issue with dropdown Because of the changes from the previous commit the dropdown which chooses type of connections( all, online, offline, pending, closing ) wasn't visible. --- app/components/Contacts/Network.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Contacts/Network.scss b/app/components/Contacts/Network.scss index 63dfd5af..b3a53047 100644 --- a/app/components/Contacts/Network.scss +++ b/app/components/Contacts/Network.scss @@ -71,7 +71,7 @@ &.active { display: block; position: absolute; - bottom: -100px; + margin-top: 0; z-index: 10; li {