Commit cf95fef1 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Restore custom height for projects dropdown

parent f17d7a4b
......@@ -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%;
......
......@@ -303,6 +303,8 @@
.projects-dropdown-menu {
padding: 0;
overflow-y: initial;
max-height: initial;
}
.dropdown-chevron {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment