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

[ambari] 01/03: AMBARI-24122. Added scrolling for services in collapsed navigation

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

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

commit 896c86e7afcaeeac12c0e59359082c5782dff6e2
Author: Srikanth Janardhan <sj...@hortonworks.com>
AuthorDate: Sat Jun 16 01:04:56 2018 +0530

    AMBARI-24122. Added scrolling for services in collapsed navigation
---
 ambari-web/app/styles/theme/bootstrap-ambari.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ambari-web/app/styles/theme/bootstrap-ambari.css b/ambari-web/app/styles/theme/bootstrap-ambari.css
index 1f01a3b..474782e 100644
--- a/ambari-web/app/styles/theme/bootstrap-ambari.css
+++ b/ambari-web/app/styles/theme/bootstrap-ambari.css
@@ -1143,6 +1143,8 @@ input.radio:checked + label:after {
   z-index: 100;
   top: 0;
   left: 50px;
+  max-height: calc(100% - 100px);
+  overflow-y: scroll;
 }
 .navigation-bar-container.collapsed ul.nav.side-nav-menu li.submenu-li > a,
 .navigation-bar-container.collapsed ul.nav.side-nav-footer li.submenu-li > a {