Repository: ambari Updated Branches: refs/heads/trunk e890f01d0 -> b36f00e2b
AMBARI-20027 Override property popup: Redundant scrollbars in config groups list. (ababiichuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b36f00e2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b36f00e2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b36f00e2 Branch: refs/heads/trunk Commit: b36f00e2bafa4c65a20bfde57c0a60ff37a68cdb Parents: e890f01 Author: ababiichuk <[email protected]> Authored: Wed Feb 15 18:08:40 2017 +0200 Committer: ababiichuk <[email protected]> Committed: Wed Feb 15 20:28:42 2017 +0200 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b36f00e2/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 612c09c..aa8f075 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -2025,7 +2025,7 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox { .dropdown-menu { max-height: 160px; max-width: 300px; - overflow-y: scroll; + overflow-y: auto; } } .message{
