Merge pull request #2435 from aignatov-bio/ai-sci-4385-fix-z-index-for-dropdown

Fix z-index for dropdown [SCI-4385]
This commit is contained in:
aignatov-bio 2020-02-28 13:53:55 +01:00 committed by GitHub
commit 6625ef9eb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;