diff --git a/src/pages/crontab/index.tsx b/src/pages/crontab/index.tsx index 2e1848fd..54b9c296 100644 --- a/src/pages/crontab/index.tsx +++ b/src/pages/crontab/index.tsx @@ -856,6 +856,10 @@ const Crontab = () => { icon: , }, ], + style: { + maxHeight: 350, + overflowY: 'auto', + }, }; const getCronViews = () => {