Updated Branches: refs/heads/trunk 7d2baddff -> 964e5cf42
AMBARI-2774. Control buttons of host filter by components are hidden. (xiwang via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/964e5cf4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/964e5cf4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/964e5cf4 Branch: refs/heads/trunk Commit: 964e5cf42e0f683c7a72b0da1793e1361e3b952f Parents: 7d2badd Author: Yusaku Sako <[email protected]> Authored: Wed Jul 31 11:35:46 2013 -0700 Committer: Yusaku Sako <[email protected]> Committed: Wed Jul 31 11:35:46 2013 -0700 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/964e5cf4/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index fcc5475..efcdec7 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -39,7 +39,7 @@ html, body { @footer-height: 100px; #main { - overflow: hidden; + overflow: visible; padding-bottom: @footer-height; min-width: 980px; }
