Commit 4be30572 authored by Tim Zallmann's avatar Tim Zallmann

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
parents ad5ce890 cf95fef1
......@@ -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