AMBARI-24603 Better scrolling for long list of components in dropdown in host details page (sjanardhanhw via ababiichuk)

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;