Merge pull request #2490 from aignatov-bio/ai-sci-4500-fix-team-dropdown

Fix team dropdown scroll
This commit is contained in:
aignatov-bio 2020-03-25 13:02:59 +01:00 committed by GitHub
commit 71573049f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@
height: auto;
margin-top: 0;
max-height: calc(100vh - 50px);
overflow: scroll;
overflow: auto;
padding-bottom: 0;
padding-top: 0;
width: 100%;