From cc368ee2393a2f9c825052c5179aa23e6f8f7afc Mon Sep 17 00:00:00 2001 From: odb366 Date: Wed, 21 Mar 2018 21:31:34 +0200 Subject: [PATCH] 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 {