Ver código fonte

AMBARI-1350. UI screen shifts left-right depending on scrollbar. (jaimin)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1443750 13f79535-47bb-0310-9956-ffa450edef68
Jaimin Jetly 12 anos atrás
pai
commit
483db54cdb
2 arquivos alterados com 5 adições e 0 exclusões
  1. 2 0
      CHANGES.txt
  2. 3 0
      ambari-web/app/styles/application.less

+ 2 - 0
CHANGES.txt

@@ -263,6 +263,8 @@ Trunk (unreleased changes):
  mahadev)
 
  BUG FIXES
+ 
+ AMBARI-1350. UI screen shifts left-right depending on scrollbar. (jaimin)
 
  AMBARI-1367. Job# for Mapreduce jobs is seen as x. (jaimin)
 

+ 3 - 0
ambari-web/app/styles/application.less

@@ -23,6 +23,9 @@
   background: -moz-linear-gradient(center top, @start 0%, @stop 100%);
 }
 
+html {
+  overflow-y: scroll;
+}
 html, body {
   height: 100%;
 }