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

[ambari] branch branch-2.7 updated: AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk)

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

ababiichuk 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 25ab8d7  AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk)
25ab8d7 is described below

commit 25ab8d75d24c125a0cd09a42e78c7a136d5698fe
Author: sjanardhanhw <sj...@hortonworks.com>
AuthorDate: Tue Nov 13 17:33:05 2018 +0530

    AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk)
---
 ambari-web/app/styles/hosts.less | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ambari-web/app/styles/hosts.less b/ambari-web/app/styles/hosts.less
index 6904a14..51086e9 100644
--- a/ambari-web/app/styles/hosts.less
+++ b/ambari-web/app/styles/hosts.less
@@ -419,6 +419,8 @@
       vertical-align: middle;
     }
     .dropdown-menu {
+      max-height: 450px;
+      overflow-y: scroll;
       .disabled {
         pointer-events: none;
         color: #808080;