You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by to...@apache.org on 2018/07/22 13:17:22 UTC

[ambari] branch trunk updated: [AMBARI-24325] [Log Search UI] Unaccessible query filter type ahead element in small window (#1826)

This is an automated email from the ASF dual-hosted git repository.

tobiasistvan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new a1a66ee  [AMBARI-24325] [Log Search UI] Unaccessible query filter type ahead element in small window (#1826)
a1a66ee is described below

commit a1a66eeb3328a1497b611ce6f3a937be12f57f63
Author: Istvan Tobias <to...@gmail.com>
AuthorDate: Sun Jul 22 15:17:20 2018 +0200

    [AMBARI-24325] [Log Search UI] Unaccessible query filter type ahead element in small window (#1826)
---
 .../src/app/components/search-box/search-box.component.less             | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.less b/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.less
index b99f6aa..b8a7a4c 100644
--- a/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.less
+++ b/ambari-logsearch/ambari-logsearch-web/src/app/components/search-box/search-box.component.less
@@ -101,6 +101,8 @@
 
     /deep/ typeahead-container .dropdown-menu {
       .dropdown-list-default;
+      max-height: 80vh;
+      overflow-y: auto;
 
       > li {
         .dropdown-item-default;