Browse Source

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.
renovate/lint-staged-8.x
odb366 7 years ago
committed by GitHub
parent
commit
cc368ee239
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/components/Contacts/Network.scss

2
app/components/Contacts/Network.scss

@ -71,7 +71,7 @@
&.active {
display: block;
position: absolute;
bottom: -100px;
margin-top: 0;
z-index: 10;
li {

Loading…
Cancel
Save