diff options
author | David Lawrence <dkl@mozilla.com> | 2014-09-24 22:06:32 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-09-24 22:06:32 +0200 |
commit | 9f07124912d27f366ec50f94378026529ce18cde (patch) | |
tree | f84c42c760718767b654fbf51640eb1f4d143588 /extensions/ProdCompSearch/web/styles | |
parent | 550d53cc7bc2ed66fd40ab6a276d9f65c6ac7278 (diff) | |
download | bugzilla-9f07124912d27f366ec50f94378026529ce18cde.tar.gz bugzilla-9f07124912d27f366ec50f94378026529ce18cde.tar.xz |
Bug 1059318: The drop-down box for components doesn't scroll
Diffstat (limited to 'extensions/ProdCompSearch/web/styles')
-rw-r--r-- | extensions/ProdCompSearch/web/styles/prod_comp_search.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/extensions/ProdCompSearch/web/styles/prod_comp_search.css b/extensions/ProdCompSearch/web/styles/prod_comp_search.css index a89856e22..ccb5887c4 100644 --- a/extensions/ProdCompSearch/web/styles/prod_comp_search.css +++ b/extensions/ProdCompSearch/web/styles/prod_comp_search.css @@ -15,6 +15,13 @@ width: 360px; } -#prod_comp_no_components, #prod_comp_error { +#prod_comp_search_form .yui3-aclist-content { + max-height: 500px; + overflow: auto; +} + +#prod_comp_no_components, +#prod_comp_error, +#prod_comp_too_many_components { color: red; } |