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

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


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

commit 28836ac86204be6694200f12a3a050eab1c17598
Author: Istvan Tobias <[email protected]>
AuthorDate: Mon Jul 23 15:55:21 2018 +0200

    [AMBARI-24325] [Log Search UI] Unaccessible query filter type ahead element 
in small window (#1827)
    
    (cherry picked from commit 7e320c0247d203b6861efa1bf1f662a97e492290)
---
 .../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;

Reply via email to