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

Merge branch 'winh-filters-dropdown-scroll' into 'master'

Make static filter entries scroll with dynamic ones

See merge request !11640
parents 8f661988 a607ba4c
......@@ -263,7 +263,9 @@
}
.filtered-search-input-dropdown-menu {
max-height: 215px;
max-width: 280px;
overflow: auto;
@media (max-width: $screen-xs-min) {
width: auto;
......@@ -372,11 +374,6 @@
padding: 0;
}
.filter-dropdown {
max-height: 215px;
overflow: auto;
}
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
.issue-bulk-update-dropdown-toggle {
width: 100px;
......
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