add min height

This commit is contained in:
fccview committed 2025-11-13 20:09:21 +00:00
1 parent 7a4a22f8e9
commit b95cd79239
1 file changed
+1 -1
@@ -301,7 +301,7 @@ export const CronJobList = ({ cronJobs, scripts }: CronJobListProps) => {
onNewTaskClick={() => setIsNewCronModalOpen(true)}
/>
) : (
<div className="space-y-3 max-h-[55vh] overflow-y-auto">
<div className="space-y-3 max-h-[55vh] min-h-[55vh] overflow-y-auto">
{loadedSettings ? (
filteredJobs.map((job) =>
minimalMode ? (