Commit a607ba4c authored by winh's avatar winh

Make static filter entries scroll with dynamic ones

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