Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
48d0294edf

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

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