diff --git a/dashboard/src/main/home/cluster-dashboard/expanded-chart/ListSection.tsx b/dashboard/src/main/home/cluster-dashboard/expanded-chart/ListSection.tsx index 3062c033c4..20df5a3c61 100644 --- a/dashboard/src/main/home/cluster-dashboard/expanded-chart/ListSection.tsx +++ b/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`