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

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

commit a22df8ad540fa9fbe7034d6d7ef87beec29414a4
Author: sjanardhanhw <sjanard...@hortonworks.com>
AuthorDate: Tue Nov 13 17:33:43 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;

Reply via email to