فهرست منبع

Merge pull request #896 from porter-dev/0.6.0-fix-893-manifiest-list-not-scrollable

[0.6.0] [bugfix] - Manifest list not showing scroll
sunguroku 4 سال پیش
والد
کامیت
48d0294edf
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      dashboard/src/main/home/cluster-dashboard/expanded-chart/ListSection.tsx

+ 1 - 0
dashboard/src/main/home/cluster-dashboard/expanded-chart/ListSection.tsx

@@ -128,6 +128,7 @@ const TabWrapper = styled.div`
   margin-right: 10px;
   border-radius: 5px;
   overflow: hidden;
+  overflow-y: auto;
 `;
 
 const FlexWrapper = styled.div`