浏览代码

Added overflow y to wrapper to display scroll

jnfrati 5 年之前
父节点
当前提交
0278750e8a
共有 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`