소스 검색

AMBARI-1316. Vertical scrollbar shows regardless of how tall the browser height is (content height is always slightly taller than viewport). (Arun Kandregula via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1440756 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 년 전
부모
커밋
bc7006594a
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/styles/application.less

+ 4 - 0
CHANGES.txt

@@ -202,6 +202,10 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1316. Vertical scrollbar shows regardless of how tall the browser height
+ is (content height is always slightly taller than viewport). (Arun Kandregula via
+ yusaku)
+
  AMBARI-1315. Inconsistent error/warning status in Deploy step; install
  stalls. (Arun Kandregula via yusaku)
 

+ 1 - 1
ambari-web/app/styles/application.less

@@ -45,7 +45,7 @@ footer {
   padding: 30px 0;
   background-color: #fff;
   color: #666666;
-  margin-top: -1 * @footer-height;
+  margin-top: -1 * @footer-height - 1;
   height: @footer-height - 60px;
 }