Repository: ambari Updated Branches: refs/heads/branch-2.6 7021466bb -> c63880912
AMBARI-22070. Install Page Version Dropdown Clipped/Making Scrollbar Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c6388091 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c6388091 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c6388091 Branch: refs/heads/branch-2.6 Commit: c6388091204a4610cc11b4b6192639fcd21942bd Parents: 7021466 Author: Alex Antonenko <[email protected]> Authored: Wed Sep 27 16:30:35 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Wed Sep 27 16:30:35 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c6388091/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index fd6af48..4c1b002 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -6310,6 +6310,9 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox { min-height: 271px; margin-bottom: 5px; } + .tab-content{ + overflow: inherit; + } } .public-disabled-message {
