Merge branch '42035-projects-dropdown-scroll' into 'master'

Resolve "Projects dropdown width and height shrinked, causes scrollbars wrapping around"

Closes #42035

See merge request gitlab-org/gitlab-ce!16507
This commit is contained in:
Tim Zallmann 2018-01-17 11:28:32 +00:00
commit 4be30572fe
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 {