Browse Source

AMBARI-17655. Redundant horizontal scrollbar on Versions tab (alexantonenko)

Alex Antonenko 9 years ago
parent
commit
4a5c28cd7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-web/app/styles/stack_versions.less

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

@@ -146,7 +146,7 @@
 #stack-upgrade-page,
 .version-box-popup {
   .versions-slides {
-    overflow-x: scroll;
+    overflow-x: auto;
     padding-bottom: 25px;
     margin-left: 0;
     margin-top: 5px;