Restore custom height for projects dropdown

This commit is contained in:
Annabel Dunstone Gray 2018-01-16 15:07:42 -07:00
parent f17d7a4bee
commit cf95fef198
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
@include set-visible;
min-height: $dropdown-min-height;
max-height: $dropdown-max-height;
overflow: auto;
overflow-y: auto;
@media (max-width: $screen-xs-max) {
width: 100%;

View File

@ -303,6 +303,8 @@
.projects-dropdown-menu {
padding: 0;
overflow-y: initial;
max-height: initial;
}
.dropdown-chevron {