Fix z-index for dropdown

This commit is contained in:
aignatov-bio 2020-02-27 13:16:11 +01:00
parent bf1fac0b10
commit ace8613457

View file

@ -119,7 +119,7 @@
transition: .2s;
transition-property: top, bottom, box-shadow;
width: 100%;
z-index: 10;
z-index: 100;
.empty-dropdown {
opacity: .6;