summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-05-23 11:01:02 +0200
committerwinh <winnie@gitlab.com>2017-05-23 11:01:02 +0200
commita607ba4cdda65bdc352064a5d77030d554e93f60 (patch)
tree1a8e3eb95ea043aa747303aaaa4d8da73b3636f4
parente15aee2b51e4f03972fba490e2974a761acccf6c (diff)
downloadgitlab-ce-winh-filters-dropdown-scroll.tar.gz
Make static filter entries scroll with dynamic oneswinh-filters-dropdown-scroll
-rw-r--r--app/assets/stylesheets/framework/filters.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 637731cc479..f0994e968c8 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -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;