فهرست منبع

AMBARI-15263. Ambari Admin: redundant scrollbars in Contents section of Version page (alexantonenko)

Alex Antonenko 9 سال پیش
والد
کامیت
235e8e7ed0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css

+ 1 - 1
ambari-admin/src/main/resources/ui/admin-web/app/styles/main.css

@@ -1461,7 +1461,7 @@ thead.view-permission-header > tr > th {
 
 .register-version-form .contents-panel .version-contents-body {
     max-height: 150px;
-    overflow: scroll;
+    overflow: auto;
 }
 
 .register-version-form .repos-panel .remove-icon {